Html Css Color HEX #DF1B9F Hollywood Cerise

📋 copy color: '#DF1B9F'

red 223 ◦ green 27 ◦ blue 159

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

Shades of Hollywood Cerise #DF1B9F

Tints of Hollywood Cerise #DF1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.6%

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

R = 54.52%
G = 6.6%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF1B9F (or 0xDF1B9F) is known color: Hollywood Cerise. HEX triplet: DF, 1B and 9F. RGB value is (223,27,159). Sum of RGB (Red+Green+Blue) = 223+27+159=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1B9F is #20E460. Grayscale: #646464. Windows color (decimal): -2155617 or 10427359. OLE color: 10427359.

HSL color Cylindrical-coordinate representation of color #DF1B9F: hue angle of 319.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B9F is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 27 159 -
CMYK 0 0.88 0.29 0.13
HSL 319.59º 0.78% 0.49% -
HSV(B) 319.59º 0.88% 0.87% -
XYZ 37.08 18.98 34.51 -
YUV 100.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 223 27 159 0 0.88 0.29 0.13 319.59 0.78 0.49
Hex DF 1B 9F 0 58 1D D 140 4E 31
Octal 337 33 237 0 130 35 15 500 116 61
Binary 11011111 11011 10011111 0 1011000 11101 1101 101000000 1001110 110001

Color Harmonies of #DF1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1B9F

Black with #DF1B9F

Text Example


Text Example

White with #DF1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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