Html Css Color HEX #DC07B2 Hollywood Cerise

📋 copy color: '#DC07B2'

red 220 ◦ green 7 ◦ blue 178

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

Shades of Hollywood Cerise #DC07B2

Tints of Hollywood Cerise #DC07B2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 54.32%
G = 1.73%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC07B2 (or 0xDC07B2) is known color: Hollywood Cerise. HEX triplet: DC, 07 and B2. RGB value is (220,7,178). Sum of RGB (Red+Green+Blue) = 220+7+178=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC07B2 is #23F84D. Grayscale: #595959. Windows color (decimal): -2357326 or 11667420. OLE color: 11667420.

HSL color Cylindrical-coordinate representation of color #DC07B2: hue angle of 311.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07B2 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 7 178 -
CMYK 0 0.97 0.19 0.14
HSL 311.83º 0.94% 0.45% -
HSV(B) 311.83º 0.97% 0.86% -
XYZ 37.63 18.58 43.72 -
YUV 90.18 177.57 220.6 -
System Red Green Blue C M Y K H S L
Decimal 220 7 178 0 0.97 0.19 0.14 311.83 0.94 0.45
Hex DC 7 B2 0 61 13 E 138 5E 2D
Octal 334 7 262 0 141 23 16 470 136 55
Binary 11011100 111 10110010 0 1100001 10011 1110 100111000 1011110 101101

Color Harmonies of #DC07B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC07B2

Black with #DC07B2

Text Example


Text Example

White with #DC07B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC07B2; }

 p { color: rgb(220,7,178); }

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

background-color css

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

 a { background-color: rgb(220,7,178); }

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

border-color css

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

 span { border-color: rgb(220,7,178); }

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