Html Css Color HEX #DF149A Hollywood Cerise

📋 copy color: '#DF149A'

red 223 ◦ green 20 ◦ blue 154

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

Shades of Hollywood Cerise #DF149A

Tints of Hollywood Cerise #DF149A

RGB

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

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

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

R = 56.17%
G = 5.04%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF149A (or 0xDF149A) is known color: Hollywood Cerise. HEX triplet: DF, 14 and 9A. RGB value is (223,20,154). Sum of RGB (Red+Green+Blue) = 223+20+154=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF149A is #20EB65. Grayscale: #5F5F5F. Windows color (decimal): -2157414 or 10097887. OLE color: 10097887.

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

Color convert

RGB 223 20 154 -
CMYK 0 0.91 0.31 0.13
HSL 320.39º 0.84% 0.48% -
HSV(B) 320.39º 0.91% 0.87% -
XYZ 36.51 18.52 32.22 -
YUV 95.97 160.75 218.6 -
System Red Green Blue C M Y K H S L
Decimal 223 20 154 0 0.91 0.31 0.13 320.39 0.84 0.48
Hex DF 14 9A 0 5B 1F D 140 54 30
Octal 337 24 232 0 133 37 15 500 124 60
Binary 11011111 10100 10011010 0 1011011 11111 1101 101000000 1010100 110000

Color Harmonies of #DF149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF149A

Black with #DF149A

Text Example


Text Example

White with #DF149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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