Html Css Color HEX #DD30D6 Razzle Dazzle Rose

📋 copy color: '#DD30D6'

red 221 ◦ green 48 ◦ blue 214

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

Shades of Razzle Dazzle Rose #DD30D6

Tints of Razzle Dazzle Rose #DD30D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 45.76%
G = 9.94%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD30D6 (or 0xDD30D6) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and D6. RGB value is (221,48,214). Sum of RGB (Red+Green+Blue) = 221+48+214=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30D6 is #22CF29. Grayscale: #767676. Windows color (decimal): -2281258 or 14037213. OLE color: 14037213.

HSL color Cylindrical-coordinate representation of color #DD30D6: hue angle of 302.43º 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 #DD30D6 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 214 -
CMYK 0 0.78 0.03 0.13
HSL 302.43º 0.72% 0.53% -
HSV(B) 302.43º 0.78% 0.87% -
XYZ 43.01 22.34 65.66 -
YUV 118.65 181.81 201 -
System Red Green Blue C M Y K H S L
Decimal 221 48 214 0 0.78 0.03 0.13 302.43 0.72 0.53
Hex DD 30 D6 0 4E 3 D 12E 48 35
Octal 335 60 326 0 116 3 15 456 110 65
Binary 11011101 110000 11010110 0 1001110 11 1101 100101110 1001000 110101

Color Harmonies of #DD30D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30D6

Black with #DD30D6

Text Example


Text Example

White with #DD30D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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