Html Css Color HEX #DD30DB Razzle Dazzle Rose

📋 copy color: '#DD30DB'

red 221 ◦ green 48 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DD30DB

Tints of Razzle Dazzle Rose #DD30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.84%

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 45.29%
G = 9.84%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD30DB (or 0xDD30DB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and DB. RGB value is (221,48,219). Sum of RGB (Red+Green+Blue) = 221+48+219=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30DB is #22CF24. Grayscale: #767676. Windows color (decimal): -2281253 or 14364893. OLE color: 14364893.

HSL color Cylindrical-coordinate representation of color #DD30DB: hue angle of 300.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD30DB is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 219 -
CMYK 0 0.78 0.01 0.13
HSL 300.69º 0.72% 0.53% -
HSV(B) 300.69º 0.78% 0.87% -
XYZ 43.66 22.6 69.08 -
YUV 119.22 184.31 200.6 -
System Red Green Blue C M Y K H S L
Decimal 221 48 219 0 0.78 0.01 0.13 300.69 0.72 0.53
Hex DD 30 DB 0 4E 1 D 12D 48 35
Octal 335 60 333 0 116 1 15 455 110 65
Binary 11011101 110000 11011011 0 1001110 1 1101 100101101 1001000 110101

Color Harmonies of #DD30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30DB

Black with #DD30DB

Text Example


Text Example

White with #DD30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30DB; }

 p { color: rgb(221,48,219); }

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

background-color css

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

 a { background-color: rgb(221,48,219); }

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

border-color css

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

 span { border-color: rgb(221,48,219); }

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