Html Css Color HEX #DA14AB Hollywood Cerise

📋 copy color: '#DA14AB'

red 218 ◦ green 20 ◦ blue 171

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

Shades of Hollywood Cerise #DA14AB

Tints of Hollywood Cerise #DA14AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 53.3%
G = 4.89%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA14AB (or 0xDA14AB) is known color: Hollywood Cerise. HEX triplet: DA, 14 and AB. RGB value is (218,20,171). Sum of RGB (Red+Green+Blue) = 218+20+171=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA14AB is #25EB54. Grayscale: #606060. Windows color (decimal): -2485077 or 11211994. OLE color: 11211994.

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

Color convert

RGB 218 20 171 -
CMYK 0 0.91 0.22 0.15
HSL 314.24º 0.83% 0.47% -
HSV(B) 314.24º 0.91% 0.85% -
XYZ 36.51 18.35 40.14 -
YUV 96.42 170.1 214.72 -
System Red Green Blue C M Y K H S L
Decimal 218 20 171 0 0.91 0.22 0.15 314.24 0.83 0.47
Hex DA 14 AB 0 5B 16 F 13A 53 2F
Octal 332 24 253 0 133 26 17 472 123 57
Binary 11011010 10100 10101011 0 1011011 10110 1111 100111010 1010011 101111

Color Harmonies of #DA14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA14AB

Black with #DA14AB

Text Example


Text Example

White with #DA14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA14AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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