Html Css Color HEX #DC30CC Razzle Dazzle Rose

📋 copy color: '#DC30CC'

red 220 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DC30CC

Tints of Razzle Dazzle Rose #DC30CC

RGB

 RED value IS 220 (86.33% from 255) = 46.61%

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

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

R = 46.61%
G = 10.17%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC30CC (or 0xDC30CC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and CC. RGB value is (220,48,204). Sum of RGB (Red+Green+Blue) = 220+48+204=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30CC is #23CF33. Grayscale: #747474. Windows color (decimal): -2346804 or 13381852. OLE color: 13381852.

HSL color Cylindrical-coordinate representation of color #DC30CC: hue angle of 305.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC30CC is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 48 204 -
CMYK 0 0.78 0.07 0.14
HSL 305.58º 0.71% 0.53% -
HSV(B) 305.58º 0.78% 0.86% -
XYZ 41.47 21.69 59.13 -
YUV 117.21 176.98 201.32 -
System Red Green Blue C M Y K H S L
Decimal 220 48 204 0 0.78 0.07 0.14 305.58 0.71 0.53
Hex DC 30 CC 0 4E 7 E 132 47 35
Octal 334 60 314 0 116 7 16 462 107 65
Binary 11011100 110000 11001100 0 1001110 111 1110 100110010 1000111 110101

Color Harmonies of #DC30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC30CC

Black with #DC30CC

Text Example


Text Example

White with #DC30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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