Html Css Color HEX #DF149F Hollywood Cerise

📋 copy color: '#DF149F'

red 223 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #DF149F

Tints of Hollywood Cerise #DF149F

RGB

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

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

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

R = 55.47%
G = 4.98%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF149F (or 0xDF149F) is known color: Hollywood Cerise. HEX triplet: DF, 14 and 9F. RGB value is (223,20,159). Sum of RGB (Red+Green+Blue) = 223+20+159=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF149F is #20EB60. Grayscale: #606060. Windows color (decimal): -2157409 or 10425567. OLE color: 10425567.

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

Color convert

RGB 223 20 159 -
CMYK 0 0.91 0.29 0.13
HSL 318.92º 0.84% 0.48% -
HSV(B) 318.92º 0.91% 0.87% -
XYZ 36.94 18.69 34.46 -
YUV 96.54 163.25 218.2 -
System Red Green Blue C M Y K H S L
Decimal 223 20 159 0 0.91 0.29 0.13 318.92 0.84 0.48
Hex DF 14 9F 0 5B 1D D 13F 54 30
Octal 337 24 237 0 133 35 15 477 124 60
Binary 11011111 10100 10011111 0 1011011 11101 1101 100111111 1010100 110000

Color Harmonies of #DF149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF149F

Black with #DF149F

Text Example


Text Example

White with #DF149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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