Html Css Color HEX #DA14B0 Hollywood Cerise

📋 copy color: '#DA14B0'

red 218 ◦ green 20 ◦ blue 176

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

Shades of Hollywood Cerise #DA14B0

Tints of Hollywood Cerise #DA14B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.51%

R = 52.66%
G = 4.83%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA14B0 (or 0xDA14B0) is known color: Hollywood Cerise. HEX triplet: DA, 14 and B0. RGB value is (218,20,176). Sum of RGB (Red+Green+Blue) = 218+20+176=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA14B0 is #25EB4F. Grayscale: #606060. Windows color (decimal): -2485072 or 11539674. OLE color: 11539674.

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

Color convert

RGB 218 20 176 -
CMYK 0 0.91 0.19 0.15
HSL 312.73º 0.83% 0.47% -
HSV(B) 312.73º 0.91% 0.85% -
XYZ 37 18.54 42.7 -
YUV 96.99 172.6 214.32 -
System Red Green Blue C M Y K H S L
Decimal 218 20 176 0 0.91 0.19 0.15 312.73 0.83 0.47
Hex DA 14 B0 0 5B 13 F 139 53 2F
Octal 332 24 260 0 133 23 17 471 123 57
Binary 11011010 10100 10110000 0 1011011 10011 1111 100111001 1010011 101111

Color Harmonies of #DA14B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA14B0

Black with #DA14B0

Text Example


Text Example

White with #DA14B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA14B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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