Html Css Color HEX #DF189B Hollywood Cerise

📋 copy color: '#DF189B'

red 223 ◦ green 24 ◦ blue 155

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

Shades of Hollywood Cerise #DF189B

Tints of Hollywood Cerise #DF189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.97%

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 55.47%
G = 5.97%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF189B (or 0xDF189B) is known color: Hollywood Cerise. HEX triplet: DF, 18 and 9B. RGB value is (223,24,155). Sum of RGB (Red+Green+Blue) = 223+24+155=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF189B is #20E764. Grayscale: #626262. Windows color (decimal): -2156389 or 10164447. OLE color: 10164447.

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

Color convert

RGB 223 24 155 -
CMYK 0 0.89 0.30 0.13
HSL 320.5º 0.81% 0.48% -
HSV(B) 320.5º 0.89% 0.87% -
XYZ 36.67 18.71 32.69 -
YUV 98.44 159.93 216.85 -
System Red Green Blue C M Y K H S L
Decimal 223 24 155 0 0.89 0.30 0.13 320.5 0.81 0.48
Hex DF 18 9B 0 59 1E D 141 51 30
Octal 337 30 233 0 131 36 15 501 121 60
Binary 11011111 11000 10011011 0 1011001 11110 1101 101000001 1010001 110000

Color Harmonies of #DF189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF189B

Black with #DF189B

Text Example


Text Example

White with #DF189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF189B; }

 p { color: rgb(223,24,155); }

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

background-color css

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

 a { background-color: rgb(223,24,155); }

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

border-color css

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

 span { border-color: rgb(223,24,155); }

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