Html Css Color HEX #DA069B Hollywood Cerise

📋 copy color: '#DA069B'

red 218 ◦ green 6 ◦ blue 155

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

Shades of Hollywood Cerise #DA069B

Tints of Hollywood Cerise #DA069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 57.52%
G = 1.58%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA069B (or 0xDA069B) is known color: Hollywood Cerise. HEX triplet: DA, 06 and 9B. RGB value is (218,6,155). Sum of RGB (Red+Green+Blue) = 218+6+155=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA069B is #25F964. Grayscale: #555555. Windows color (decimal): -2488677 or 10159834. OLE color: 10159834.

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

Color convert

RGB 218 6 155 -
CMYK 0 0.97 0.29 0.15
HSL 317.83º 0.95% 0.44% -
HSV(B) 317.83º 0.97% 0.85% -
XYZ 34.89 17.4 32.53 -
YUV 86.37 166.74 221.88 -
System Red Green Blue C M Y K H S L
Decimal 218 6 155 0 0.97 0.29 0.15 317.83 0.95 0.44
Hex DA 6 9B 0 61 1D F 13E 5F 2C
Octal 332 6 233 0 141 35 17 476 137 54
Binary 11011010 110 10011011 0 1100001 11101 1111 100111110 1011111 101100

Color Harmonies of #DA069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA069B

Black with #DA069B

Text Example


Text Example

White with #DA069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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