Html Css Color HEX #DA14AD Hollywood Cerise

📋 copy color: '#DA14AD'

red 218 ◦ green 20 ◦ blue 173

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

Shades of Hollywood Cerise #DA14AD

Tints of Hollywood Cerise #DA14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 53.04%
G = 4.87%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA14AD (or 0xDA14AD) is known color: Hollywood Cerise. HEX triplet: DA, 14 and AD. RGB value is (218,20,173). Sum of RGB (Red+Green+Blue) = 218+20+173=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA14AD is #25EB52. Grayscale: #606060. Windows color (decimal): -2485075 or 11343066. OLE color: 11343066.

HSL color Cylindrical-coordinate representation of color #DA14AD: hue angle of 313.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14AD is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 173 -
CMYK 0 0.91 0.21 0.15
HSL 313.64º 0.83% 0.47% -
HSV(B) 313.64º 0.91% 0.85% -
XYZ 36.71 18.42 41.16 -
YUV 96.64 171.1 214.56 -
System Red Green Blue C M Y K H S L
Decimal 218 20 173 0 0.91 0.21 0.15 313.64 0.83 0.47
Hex DA 14 AD 0 5B 15 F 13A 53 2F
Octal 332 24 255 0 133 25 17 472 123 57
Binary 11011010 10100 10101101 0 1011011 10101 1111 100111010 1010011 101111

Color Harmonies of #DA14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA14AD

Black with #DA14AD

Text Example


Text Example

White with #DA14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA14AD; }

 p { color: rgb(218,20,173); }

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

background-color css

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

 a { background-color: rgb(218,20,173); }

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

border-color css

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

 span { border-color: rgb(218,20,173); }

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