Html Css Color HEX #DD28CE Razzle Dazzle Rose

📋 copy color: '#DD28CE'

red 221 ◦ green 40 ◦ blue 206

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

Shades of Razzle Dazzle Rose #DD28CE

Tints of Razzle Dazzle Rose #DD28CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 47.32%
G = 8.57%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD28CE (or 0xDD28CE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and CE. RGB value is (221,40,206). Sum of RGB (Red+Green+Blue) = 221+40+206=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28CE is #22D731. Grayscale: #707070. Windows color (decimal): -2283314 or 13510877. OLE color: 13510877.

HSL color Cylindrical-coordinate representation of color #DD28CE: hue angle of 304.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 #DD28CE is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 40 206 -
CMYK 0 0.82 0.07 0.13
HSL 304.97º 0.73% 0.51% -
HSV(B) 304.97º 0.82% 0.87% -
XYZ 41.72 21.35 60.31 -
YUV 113.04 180.47 205 -
System Red Green Blue C M Y K H S L
Decimal 221 40 206 0 0.82 0.07 0.13 304.97 0.73 0.51
Hex DD 28 CE 0 52 7 D 131 49 33
Octal 335 50 316 0 122 7 15 461 111 63
Binary 11011101 101000 11001110 0 1010010 111 1101 100110001 1001001 110011

Color Harmonies of #DD28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28CE

Black with #DD28CE

Text Example


Text Example

White with #DD28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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