Html Css Color HEX #DA0696 Hollywood Cerise

📋 copy color: '#DA0696'

red 218 ◦ green 6 ◦ blue 150

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

Shades of Hollywood Cerise #DA0696

Tints of Hollywood Cerise #DA0696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 58.29%
G = 1.6%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA0696 (or 0xDA0696) is known color: Hollywood Cerise. HEX triplet: DA, 06 and 96. RGB value is (218,6,150). Sum of RGB (Red+Green+Blue) = 218+6+150=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0696 is #25F969. Grayscale: #555555. Windows color (decimal): -2488682 or 9832154. OLE color: 9832154.

HSL color Cylindrical-coordinate representation of color #DA0696: hue angle of 319.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0696 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 150 -
CMYK 0 0.97 0.31 0.15
HSL 319.25º 0.95% 0.44% -
HSV(B) 319.25º 0.97% 0.85% -
XYZ 34.48 17.24 30.36 -
YUV 85.8 164.24 222.29 -
System Red Green Blue C M Y K H S L
Decimal 218 6 150 0 0.97 0.31 0.15 319.25 0.95 0.44
Hex DA 6 96 0 61 1F F 13F 5F 2C
Octal 332 6 226 0 141 37 17 477 137 54
Binary 11011010 110 10010110 0 1100001 11111 1111 100111111 1011111 101100

Color Harmonies of #DA0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0696

Black with #DA0696

Text Example


Text Example

White with #DA0696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0696; }

 p { color: rgb(218,6,150); }

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

background-color css

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

 a { background-color: rgb(218,6,150); }

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

border-color css

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

 span { border-color: rgb(218,6,150); }

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