#DC34B5

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

Shades of Razzle Dazzle Rose #DC34B5

Tints of Razzle Dazzle Rose #DC34B5

Color information

#DC34B5 (or 0xDC34B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 34 and B5. RGB value is (220,52,181). Sum of RGB (Red+Green+Blue) = 220+52+181=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC34B5 is #23CB4A. Grayscale: #747474. Windows color (decimal): -2345803 or 11875548. OLE color: 11875548.

HSL color Cylindrical-coordinate representation of color #DC34B5: hue angle of 313.93º 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 #DC34B5 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB22052181-
CMYK00.760.180.14
HSL313.93º70.59%53.33%-
HSV(B)313.93º76.36%86.27%-
XYZ39.0821.0145.71-
YUV116.94164.16201.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 52 (20.70% from 255) = 11.48%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=48.57%
G=11.48%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205218100.760.180.14313.9370.5953.33
HexDC34B504C12E13a4735
Octal334642650114221647210765
Binary1101110011010010110101010011001001011101001110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC34B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC34B5; }

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

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

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

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

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

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

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

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