Html Css Color HEX #DA069F Hollywood Cerise

📋 copy color: '#DA069F'

red 218 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #DA069F

Tints of Hollywood Cerise #DA069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 56.92%
G = 1.57%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA069F (or 0xDA069F) is known color: Hollywood Cerise. HEX triplet: DA, 06 and 9F. RGB value is (218,6,159). Sum of RGB (Red+Green+Blue) = 218+6+159=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA069F is #25F960. Grayscale: #565656. Windows color (decimal): -2488673 or 10421978. OLE color: 10421978.

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

Color convert

RGB 218 6 159 -
CMYK 0 0.97 0.27 0.15
HSL 316.7º 0.95% 0.44% -
HSV(B) 316.7º 0.97% 0.85% -
XYZ 35.24 17.54 34.33 -
YUV 86.83 168.74 221.56 -
System Red Green Blue C M Y K H S L
Decimal 218 6 159 0 0.97 0.27 0.15 316.7 0.95 0.44
Hex DA 6 9F 0 61 1B F 13D 5F 2C
Octal 332 6 237 0 141 33 17 475 137 54
Binary 11011010 110 10011111 0 1100001 11011 1111 100111101 1011111 101100

Color Harmonies of #DA069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA069F

Black with #DA069F

Text Example


Text Example

White with #DA069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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