Html Css Color HEX #DC38CC Razzle Dazzle Rose

📋 copy color: '#DC38CC'

red 220 ◦ green 56 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DC38CC

Tints of Razzle Dazzle Rose #DC38CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.67%

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

R = 45.83%
G = 11.67%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC38CC (or 0xDC38CC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 38 and CC. RGB value is (220,56,204). Sum of RGB (Red+Green+Blue) = 220+56+204=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38CC is #23C733. Grayscale: #797979. Windows color (decimal): -2344756 or 13383900. OLE color: 13383900.

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

Color convert

RGB 220 56 204 -
CMYK 0 0.75 0.07 0.14
HSL 305.85º 0.7% 0.54% -
HSV(B) 305.85º 0.75% 0.86% -
XYZ 41.83 22.4 59.25 -
YUV 121.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 220 56 204 0 0.75 0.07 0.14 305.85 0.7 0.54
Hex DC 38 CC 0 4B 7 E 132 46 36
Octal 334 70 314 0 113 7 16 462 106 66
Binary 11011100 111000 11001100 0 1001011 111 1110 100110010 1000110 110110

Color Harmonies of #DC38CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38CC

Black with #DC38CC

Text Example


Text Example

White with #DC38CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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