Html Css Color HEX #DF129A Hollywood Cerise

📋 copy color: '#DF129A'

red 223 ◦ green 18 ◦ blue 154

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

Shades of Hollywood Cerise #DF129A

Tints of Hollywood Cerise #DF129A

RGB

 RED value IS 223 (87.5% from 255) = 56.46%

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

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 56.46%
G = 4.56%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF129A (or 0xDF129A) is known color: Hollywood Cerise. HEX triplet: DF, 12 and 9A. RGB value is (223,18,154). Sum of RGB (Red+Green+Blue) = 223+18+154=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF129A is #20ED65. Grayscale: #5E5E5E. Windows color (decimal): -2157926 or 10097375. OLE color: 10097375.

HSL color Cylindrical-coordinate representation of color #DF129A: hue angle of 320.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF129A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 154 -
CMYK 0 0.92 0.31 0.13
HSL 320.2º 0.85% 0.47% -
HSV(B) 320.2º 0.92% 0.87% -
XYZ 36.48 18.45 32.21 -
YUV 94.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 223 18 154 0 0.92 0.31 0.13 320.2 0.85 0.47
Hex DF 12 9A 0 5C 1F D 140 55 2F
Octal 337 22 232 0 134 37 15 500 125 57
Binary 11011111 10010 10011010 0 1011100 11111 1101 101000000 1010101 101111

Color Harmonies of #DF129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF129A

Black with #DF129A

Text Example


Text Example

White with #DF129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF129A; }

 p { color: rgb(223,18,154); }

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

background-color css

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

 a { background-color: rgb(223,18,154); }

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

border-color css

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

 span { border-color: rgb(223,18,154); }

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