Html Css Color HEX #DA129F Hollywood Cerise

📋 copy color: '#DA129F'

red 218 ◦ green 18 ◦ blue 159

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

Shades of Hollywood Cerise #DA129F

Tints of Hollywood Cerise #DA129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.56%

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 55.19%
G = 4.56%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA129F (or 0xDA129F) is known color: Hollywood Cerise. HEX triplet: DA, 12 and 9F. RGB value is (218,18,159). Sum of RGB (Red+Green+Blue) = 218+18+159=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA129F is #25ED60. Grayscale: #5D5D5D. Windows color (decimal): -2485601 or 10425050. OLE color: 10425050.

HSL color Cylindrical-coordinate representation of color #DA129F: hue angle of 317.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA129F is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 159 -
CMYK 0 0.92 0.27 0.15
HSL 317.7º 0.85% 0.46% -
HSV(B) 317.7º 0.92% 0.85% -
XYZ 35.39 17.84 34.38 -
YUV 93.87 164.76 216.54 -
System Red Green Blue C M Y K H S L
Decimal 218 18 159 0 0.92 0.27 0.15 317.7 0.85 0.46
Hex DA 12 9F 0 5C 1B F 13E 55 2E
Octal 332 22 237 0 134 33 17 476 125 56
Binary 11011010 10010 10011111 0 1011100 11011 1111 100111110 1010101 101110

Color Harmonies of #DA129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA129F

Black with #DA129F

Text Example


Text Example

White with #DA129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA129F; }

 p { color: rgb(218,18,159); }

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

background-color css

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

 a { background-color: rgb(218,18,159); }

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

border-color css

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

 span { border-color: rgb(218,18,159); }

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