#DC34B6

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

Shades of Razzle Dazzle Rose #DC34B6

Tints of Razzle Dazzle Rose #DC34B6

Color information

#DC34B6 (or 0xDC34B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 34 and B6. RGB value is (220,52,182). Sum of RGB (Red+Green+Blue) = 220+52+182=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC34B6 is #23CB49. Grayscale: #747474. Windows color (decimal): -2345802 or 11941084. OLE color: 11941084.

HSL color Cylindrical-coordinate representation of color #DC34B6: hue angle of 313.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC34B6 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB22052182-
CMYK00.760.170.14
HSL313.57º70.59%53.33%-
HSV(B)313.57º76.36%86.27%-
XYZ39.1921.0546.25-
YUV117.05164.66201.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.46%
GREEN value IS 52 (20.70% from 255) = 11.45%
BLUE value IS 182 (71.48% from 255) = 40.09%
R=48.46%
G=11.45%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205218200.760.170.14313.5770.5953.33
HexDC34B604C11E13a4735
Octal334642660114211647210765
Binary1101110011010010110110010011001000111101001110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC34B6; }

 p { color: rgb(220,52,182); }

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

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

 a { background-color: rgb(220,52,182); }

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

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

 span { border-color: rgb(220,52,182); }

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