#DF34BB

Color #DF34BB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DF34BB

Tints of Razzle Dazzle Rose #DF34BB

Color information

#DF34BB (or 0xDF34BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 34 and BB. RGB value is (223,52,187). Sum of RGB (Red+Green+Blue) = 223+52+187=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34BB is #20CB44. Grayscale: #767676. Windows color (decimal): -2149189 or 12268767. OLE color: 12268767.

HSL color Cylindrical-coordinate representation of color #DF34BB: hue angle of 312.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF34BB is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB22352187-
CMYK00.770.160.13
HSL312.63º72.77%53.92%-
HSV(B)312.63º76.68%87.45%-
XYZ40.6321.7349.07-
YUV118.52166.65202.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 48.27%
GREEN value IS 52 (20.70% from 255) = 11.26%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=48.27%
G=11.26%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235218700.770.160.13312.6372.7753.92
HexDF34BB04D10D1394936
Octal337642730115201547111166
Binary1101111111010010111011010011011000011011001110011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF34BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF34BB; }

 p { color: rgb(223,52,187); }

 H1.HeaderClassName
 {
   color: #DF34BB;
 }
 .AnyTagClassName
 {
   color: #DF34BB;
 }
</style>
background-color css

<style>
 a { background-color: #DF34BB; }

 a { background-color: rgb(223,52,187); }

 div.DivClassName
 {
   background-color: #DF34BB;
 }
 .BgClassName
 {
   background-color: #DF34BB;
 }
</style>
border-color css

<style>
 span { border-color: #DF34BB; }

 span { border-color: rgb(223,52,187); }

 td.TdClassName
 {
   border-color: #DF34BB;
 }
 .TagClassName
 {
   border-color: #DF34BB;
 }
</style>