Html Css Color HEX #DD30CC Razzle Dazzle Rose

📋 copy color: '#DD30CC'

red 221 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DD30CC

Tints of Razzle Dazzle Rose #DD30CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 46.72%
G = 10.15%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD30CC (or 0xDD30CC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and CC. RGB value is (221,48,204). Sum of RGB (Red+Green+Blue) = 221+48+204=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30CC is #22CF33. Grayscale: #757575. Windows color (decimal): -2281268 or 13381853. OLE color: 13381853.

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

Color convert

RGB 221 48 204 -
CMYK 0 0.78 0.08 0.13
HSL 305.9º 0.72% 0.53% -
HSV(B) 305.9º 0.78% 0.87% -
XYZ 41.77 21.85 59.14 -
YUV 117.51 176.81 201.82 -
System Red Green Blue C M Y K H S L
Decimal 221 48 204 0 0.78 0.08 0.13 305.9 0.72 0.53
Hex DD 30 CC 0 4E 8 D 132 48 35
Octal 335 60 314 0 116 10 15 462 110 65
Binary 11011101 110000 11001100 0 1001110 1000 1101 100110010 1001000 110101

Color Harmonies of #DD30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30CC

Black with #DD30CC

Text Example


Text Example

White with #DD30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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