Html Css Color HEX #DA129E Hollywood Cerise

📋 copy color: '#DA129E'

red 218 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #DA129E

Tints of Hollywood Cerise #DA129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 55.33%
G = 4.57%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA129E (or 0xDA129E) is known color: Hollywood Cerise. HEX triplet: DA, 12 and 9E. RGB value is (218,18,158). Sum of RGB (Red+Green+Blue) = 218+18+158=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA129E is #25ED61. Grayscale: #5D5D5D. Windows color (decimal): -2485602 or 10359514. OLE color: 10359514.

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

Color convert

RGB 218 18 158 -
CMYK 0 0.92 0.28 0.15
HSL 318º 0.85% 0.46% -
HSV(B) 318º 0.92% 0.85% -
XYZ 35.3 17.81 33.92 -
YUV 93.76 164.26 216.62 -
System Red Green Blue C M Y K H S L
Decimal 218 18 158 0 0.92 0.28 0.15 318 0.85 0.46
Hex DA 12 9E 0 5C 1C F 13E 55 2E
Octal 332 22 236 0 134 34 17 476 125 56
Binary 11011010 10010 10011110 0 1011100 11100 1111 100111110 1010101 101110

Color Harmonies of #DA129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA129E

Black with #DA129E

Text Example


Text Example

White with #DA129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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