Html Css Color HEX #DA069C Hollywood Cerise

📋 copy color: '#DA069C'

red 218 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #DA069C

Tints of Hollywood Cerise #DA069C

RGB

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

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

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

R = 57.37%
G = 1.58%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA069C (or 0xDA069C) is known color: Hollywood Cerise. HEX triplet: DA, 06 and 9C. RGB value is (218,6,156). Sum of RGB (Red+Green+Blue) = 218+6+156=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA069C is #25F963. Grayscale: #565656. Windows color (decimal): -2488676 or 10225370. OLE color: 10225370.

HSL color Cylindrical-coordinate representation of color #DA069C: hue angle of 317.55º 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 #DA069C is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 156 -
CMYK 0 0.97 0.28 0.15
HSL 317.55º 0.95% 0.44% -
HSV(B) 317.55º 0.97% 0.85% -
XYZ 34.98 17.44 32.97 -
YUV 86.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 218 6 156 0 0.97 0.28 0.15 317.55 0.95 0.44
Hex DA 6 9C 0 61 1C F 13E 5F 2C
Octal 332 6 234 0 141 34 17 476 137 54
Binary 11011010 110 10011100 0 1100001 11100 1111 100111110 1011111 101100

Color Harmonies of #DA069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA069C

Black with #DA069C

Text Example


Text Example

White with #DA069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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