Html Css Color HEX #DD39BD Razzle Dazzle Rose

📋 copy color: '#DD39BD'

red 221 ◦ green 57 ◦ blue 189

#DD39BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DD39BD

Tints of Razzle Dazzle Rose #DD39BD

RGB

 RED value IS 221 (86.72% from 255) = 47.32%

 GREEN value IS 57 (22.66% from 255) = 12.21%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 47.32%
G = 12.21%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD39BD (or 0xDD39BD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 39 and BD. RGB value is (221,57,189). Sum of RGB (Red+Green+Blue) = 221+57+189=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD39BD is #22C642. Grayscale: #787878. Windows color (decimal): -2278979 or 12401117. OLE color: 12401117.

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

Color convert

RGB 221 57 189 -
CMYK 0 0.74 0.14 0.13
HSL 311.71º 0.71% 0.55% -
HSV(B) 311.71º 0.74% 0.87% -
XYZ 40.47 21.97 50.25 -
YUV 121.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 221 57 189 0 0.74 0.14 0.13 311.71 0.71 0.55
Hex DD 39 BD 0 4A E D 138 47 37
Octal 335 71 275 0 112 16 15 470 107 67
Binary 11011101 111001 10111101 0 1001010 1110 1101 100111000 1000111 110111

Color Harmonies of #DD39BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD39BD

Black with #DD39BD

Text Example


Text Example

White with #DD39BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD39BD; }

 p { color: rgb(221,57,189); }

 H1.HeaderClassName
 {
   color: #DD39BD;
 }
 .AnyTagClassName
 {
   color: #DD39BD;
 }
</style>

background-color css

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

 a { background-color: rgb(221,57,189); }

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

border-color css

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

 span { border-color: rgb(221,57,189); }

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