Html Css Color HEX #DA00A6 Hollywood Cerise

📋 copy color: '#DA00A6'

red 218 ◦ green 0 ◦ blue 166

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

Shades of Hollywood Cerise #DA00A6

Tints of Hollywood Cerise #DA00A6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 166 (65.23% from 255) = 43.23%

R = 56.77%
G = 0%
B = 43.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA00A6 (or 0xDA00A6) is known color: Hollywood Cerise. HEX triplet: DA, 00 and A6. RGB value is (218,0,166). Sum of RGB (Red+Green+Blue) = 218+0+166=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00A6 is #25FF59. Grayscale: #535353. Windows color (decimal): -2490202 or 10879194. OLE color: 10879194.

HSL color Cylindrical-coordinate representation of color #DA00A6: hue angle of 314.31º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00A6 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 166 -
CMYK 0 1 0.24 0.15
HSL 314.31º 1% 0.43% -
HSV(B) 314.31º 1% 0.85% -
XYZ 35.8 17.66 37.6 -
YUV 84.11 174.22 223.5 -
System Red Green Blue C M Y K H S L
Decimal 218 0 166 0 1 0.24 0.15 314.31 1 0.43
Hex DA 0 A6 0 64 18 F 13A 64 2B
Octal 332 0 246 0 144 30 17 472 144 53
Binary 11011010 0 10100110 0 1100100 11000 1111 100111010 1100100 101011

Color Harmonies of #DA00A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00A6

Black with #DA00A6

Text Example


Text Example

White with #DA00A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00A6; }

 p { color: rgb(218,0,166); }

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

background-color css

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

 a { background-color: rgb(218,0,166); }

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

border-color css

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

 span { border-color: rgb(218,0,166); }

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