Html Css Color HEX #DA00A7 Hollywood Cerise

📋 copy color: '#DA00A7'

red 218 ◦ green 0 ◦ blue 167

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

Shades of Hollywood Cerise #DA00A7

Tints of Hollywood Cerise #DA00A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.38%

R = 56.62%
G = 0%
B = 43.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA00A7 (or 0xDA00A7) is known color: Hollywood Cerise. HEX triplet: DA, 00 and A7. RGB value is (218,0,167). Sum of RGB (Red+Green+Blue) = 218+0+167=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00A7 is #25FF58. Grayscale: #535353. Windows color (decimal): -2490201 or 10944730. OLE color: 10944730.

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

Color convert

RGB 218 0 167 -
CMYK 0 1 0.23 0.15
HSL 314.04º 1% 0.43% -
HSV(B) 314.04º 1% 0.85% -
XYZ 35.89 17.7 38.08 -
YUV 84.22 174.72 223.42 -
System Red Green Blue C M Y K H S L
Decimal 218 0 167 0 1 0.23 0.15 314.04 1 0.43
Hex DA 0 A7 0 64 17 F 13A 64 2B
Octal 332 0 247 0 144 27 17 472 144 53
Binary 11011010 0 10100111 0 1100100 10111 1111 100111010 1100100 101011

Color Harmonies of #DA00A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00A7

Black with #DA00A7

Text Example


Text Example

White with #DA00A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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