Html Css Color HEX #DD28CB Razzle Dazzle Rose

📋 copy color: '#DD28CB'

red 221 ◦ green 40 ◦ blue 203

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

Shades of Razzle Dazzle Rose #DD28CB

Tints of Razzle Dazzle Rose #DD28CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.62%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 47.63%
G = 8.62%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD28CB (or 0xDD28CB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and CB. RGB value is (221,40,203). Sum of RGB (Red+Green+Blue) = 221+40+203=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28CB is #22D734. Grayscale: #707070. Windows color (decimal): -2283317 or 13314269. OLE color: 13314269.

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

Color convert

RGB 221 40 203 -
CMYK 0 0.82 0.08 0.13
HSL 305.97º 0.73% 0.51% -
HSV(B) 305.97º 0.82% 0.87% -
XYZ 41.36 21.2 58.41 -
YUV 112.7 178.97 205.25 -
System Red Green Blue C M Y K H S L
Decimal 221 40 203 0 0.82 0.08 0.13 305.97 0.73 0.51
Hex DD 28 CB 0 52 8 D 132 49 33
Octal 335 50 313 0 122 10 15 462 111 63
Binary 11011101 101000 11001011 0 1010010 1000 1101 100110010 1001001 110011

Color Harmonies of #DD28CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28CB

Black with #DD28CB

Text Example


Text Example

White with #DD28CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28CB; }

 p { color: rgb(221,40,203); }

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

background-color css

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

 a { background-color: rgb(221,40,203); }

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

border-color css

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

 span { border-color: rgb(221,40,203); }

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