Html Css Color HEX #DA16A7 Hollywood Cerise

📋 copy color: '#DA16A7'

red 218 ◦ green 22 ◦ blue 167

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

Shades of Hollywood Cerise #DA16A7

Tints of Hollywood Cerise #DA16A7

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.41%

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

R = 53.56%
G = 5.41%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA16A7 (or 0xDA16A7) is known color: Hollywood Cerise. HEX triplet: DA, 16 and A7. RGB value is (218,22,167). Sum of RGB (Red+Green+Blue) = 218+22+167=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA16A7 is #25E958. Grayscale: #606060. Windows color (decimal): -2484569 or 10950362. OLE color: 10950362.

HSL color Cylindrical-coordinate representation of color #DA16A7: hue angle of 315.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16A7 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 167 -
CMYK 0 0.90 0.23 0.15
HSL 315.61º 0.82% 0.47% -
HSV(B) 315.61º 0.9% 0.85% -
XYZ 36.18 18.27 38.18 -
YUV 97.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 218 22 167 0 0.90 0.23 0.15 315.61 0.82 0.47
Hex DA 16 A7 0 5A 17 F 13C 52 2F
Octal 332 26 247 0 132 27 17 474 122 57
Binary 11011010 10110 10100111 0 1011010 10111 1111 100111100 1010010 101111

Color Harmonies of #DA16A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16A7

Black with #DA16A7

Text Example


Text Example

White with #DA16A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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