#DD34B6

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

Shades of Razzle Dazzle Rose #DD34B6

Tints of Razzle Dazzle Rose #DD34B6

Color information

#DD34B6 (or 0xDD34B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 34 and B6. RGB value is (221,52,182). Sum of RGB (Red+Green+Blue) = 221+52+182=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34B6 is #22CB49. Grayscale: #747474. Windows color (decimal): -2280266 or 11941085. OLE color: 11941085.

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

Color convert

RGB22152182-
CMYK00.760.180.13
HSL313.85º71.31%53.53%-
HSV(B)313.85º76.47%86.67%-
XYZ39.4921.2146.27-
YUV117.35164.49201.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 52 (20.70% from 255) = 11.43%
BLUE value IS 182 (71.48% from 255) = 40%
R=48.57%
G=11.43%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215218200.760.180.13313.8571.3153.53
HexDD34B604C12D13a4736
Octal335642660114221547210766
Binary1101110111010010110110010011001001011011001110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34B6; }

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

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

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

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

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

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

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

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