Html Css Color HEX #DA0F9C Hollywood Cerise

📋 copy color: '#DA0F9C'

red 218 ◦ green 15 ◦ blue 156

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

Shades of Hollywood Cerise #DA0F9C

Tints of Hollywood Cerise #DA0F9C

RGB

 RED value IS 218 (85.55% from 255) = 56.04%

 GREEN value IS 15 (6.25% from 255) = 3.86%

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 56.04%
G = 3.86%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA0F9C (or 0xDA0F9C) is known color: Hollywood Cerise. HEX triplet: DA, 0F and 9C. RGB value is (218,15,156). Sum of RGB (Red+Green+Blue) = 218+15+156=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F9C is #25F063. Grayscale: #5B5B5B. Windows color (decimal): -2486372 or 10227674. OLE color: 10227674.

HSL color Cylindrical-coordinate representation of color #DA0F9C: hue angle of 318.33º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F9C is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 156 -
CMYK 0 0.93 0.28 0.15
HSL 318.33º 0.87% 0.46% -
HSV(B) 318.33º 0.93% 0.85% -
XYZ 35.09 17.65 33.01 -
YUV 91.77 164.25 218.04 -
System Red Green Blue C M Y K H S L
Decimal 218 15 156 0 0.93 0.28 0.15 318.33 0.87 0.46
Hex DA F 9C 0 5D 1C F 13E 57 2E
Octal 332 17 234 0 135 34 17 476 127 56
Binary 11011010 1111 10011100 0 1011101 11100 1111 100111110 1010111 101110

Color Harmonies of #DA0F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F9C

Black with #DA0F9C

Text Example


Text Example

White with #DA0F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F9C; }

 p { color: rgb(218,15,156); }

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

background-color css

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

 a { background-color: rgb(218,15,156); }

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

border-color css

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

 span { border-color: rgb(218,15,156); }

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