Html Css Color HEX #DA0C9A Hollywood Cerise

📋 copy color: '#DA0C9A'

red 218 ◦ green 12 ◦ blue 154

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

Shades of Hollywood Cerise #DA0C9A

Tints of Hollywood Cerise #DA0C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 56.77%
G = 3.13%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA0C9A (or 0xDA0C9A) is known color: Hollywood Cerise. HEX triplet: DA, 0C and 9A. RGB value is (218,12,154). Sum of RGB (Red+Green+Blue) = 218+12+154=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0C9A is #25F365. Grayscale: #595959. Windows color (decimal): -2487142 or 10095834. OLE color: 10095834.

HSL color Cylindrical-coordinate representation of color #DA0C9A: hue angle of 318.64º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0C9A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 12 154 -
CMYK 0 0.94 0.29 0.15
HSL 318.64º 0.9% 0.45% -
HSV(B) 318.64º 0.94% 0.85% -
XYZ 34.88 17.5 32.11 -
YUV 89.78 164.25 219.45 -
System Red Green Blue C M Y K H S L
Decimal 218 12 154 0 0.94 0.29 0.15 318.64 0.9 0.45
Hex DA C 9A 0 5E 1D F 13F 5A 2D
Octal 332 14 232 0 136 35 17 477 132 55
Binary 11011010 1100 10011010 0 1011110 11101 1111 100111111 1011010 101101

Color Harmonies of #DA0C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0C9A

Black with #DA0C9A

Text Example


Text Example

White with #DA0C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0C9A; }

 p { color: rgb(218,12,154); }

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

background-color css

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

 a { background-color: rgb(218,12,154); }

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

border-color css

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

 span { border-color: rgb(218,12,154); }

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