Html Css Color HEX #DC0194 Hollywood Cerise

📋 copy color: '#DC0194'

red 220 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #DC0194

Tints of Hollywood Cerise #DC0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 148 (58.2% from 255) = 40.11%

R = 59.62%
G = 0.27%
B = 40.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0194 (or 0xDC0194) is known color: Hollywood Cerise. HEX triplet: DC, 01 and 94. RGB value is (220,1,148). Sum of RGB (Red+Green+Blue) = 220+1+148=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0194 is #23FE6B. Grayscale: #525252. Windows color (decimal): -2358892 or 9699804. OLE color: 9699804.

HSL color Cylindrical-coordinate representation of color #DC0194: hue angle of 319.73º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0194 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 148 -
CMYK 0 1.00 0.33 0.14
HSL 319.73º 0.99% 0.43% -
HSV(B) 319.73º 1% 0.86% -
XYZ 34.87 17.38 29.53 -
YUV 83.24 164.55 225.55 -
System Red Green Blue C M Y K H S L
Decimal 220 1 148 0 1.00 0.33 0.14 319.73 0.99 0.43
Hex DC 1 94 0 64 21 E 140 63 2B
Octal 334 1 224 0 144 41 16 500 143 53
Binary 11011100 1 10010100 0 1100100 100001 1110 101000000 1100011 101011

Color Harmonies of #DC0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0194

Black with #DC0194

Text Example


Text Example

White with #DC0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0194; }

 p { color: rgb(220,1,148); }

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

background-color css

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

 a { background-color: rgb(220,1,148); }

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

border-color css

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

 span { border-color: rgb(220,1,148); }

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