Html Css Color HEX #DA0BAF Hollywood Cerise

📋 copy color: '#DA0BAF'

red 218 ◦ green 11 ◦ blue 175

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

Shades of Hollywood Cerise #DA0BAF

Tints of Hollywood Cerise #DA0BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.72%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 53.96%
G = 2.72%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA0BAF (or 0xDA0BAF) is known color: Hollywood Cerise. HEX triplet: DA, 0B and AF. RGB value is (218,11,175). Sum of RGB (Red+Green+Blue) = 218+11+175=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0BAF is #25F450. Grayscale: #5B5B5B. Windows color (decimal): -2487377 or 11471834. OLE color: 11471834.

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

Color convert

RGB 218 11 175 -
CMYK 0 0.95 0.20 0.15
HSL 312.46º 0.9% 0.45% -
HSV(B) 312.46º 0.95% 0.85% -
XYZ 36.77 18.24 42.14 -
YUV 91.59 175.08 218.16 -
System Red Green Blue C M Y K H S L
Decimal 218 11 175 0 0.95 0.20 0.15 312.46 0.9 0.45
Hex DA B AF 0 5F 14 F 138 5A 2D
Octal 332 13 257 0 137 24 17 470 132 55
Binary 11011010 1011 10101111 0 1011111 10100 1111 100111000 1011010 101101

Color Harmonies of #DA0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0BAF

Black with #DA0BAF

Text Example


Text Example

White with #DA0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0BAF; }

 p { color: rgb(218,11,175); }

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

background-color css

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

 a { background-color: rgb(218,11,175); }

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

border-color css

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

 span { border-color: rgb(218,11,175); }

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