Html Css Color HEX #DF1397 Hollywood Cerise

📋 copy color: '#DF1397'

red 223 ◦ green 19 ◦ blue 151

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

Shades of Hollywood Cerise #DF1397

Tints of Hollywood Cerise #DF1397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.83%

 BLUE value IS 151 (59.38% from 255) = 38.42%

R = 56.74%
G = 4.83%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF1397 (or 0xDF1397) is known color: Hollywood Cerise. HEX triplet: DF, 13 and 97. RGB value is (223,19,151). Sum of RGB (Red+Green+Blue) = 223+19+151=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1397 is #20EC68. Grayscale: #5E5E5E. Windows color (decimal): -2157673 or 9901023. OLE color: 9901023.

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

Color convert

RGB 223 19 151 -
CMYK 0 0.91 0.32 0.13
HSL 321.18º 0.84% 0.47% -
HSV(B) 321.18º 0.91% 0.87% -
XYZ 36.25 18.39 30.92 -
YUV 95.04 159.59 219.27 -
System Red Green Blue C M Y K H S L
Decimal 223 19 151 0 0.91 0.32 0.13 321.18 0.84 0.47
Hex DF 13 97 0 5B 20 D 141 54 2F
Octal 337 23 227 0 133 40 15 501 124 57
Binary 11011111 10011 10010111 0 1011011 100000 1101 101000001 1010100 101111

Color Harmonies of #DF1397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1397

Black with #DF1397

Text Example


Text Example

White with #DF1397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1397; }

 p { color: rgb(223,19,151); }

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

background-color css

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

 a { background-color: rgb(223,19,151); }

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

border-color css

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

 span { border-color: rgb(223,19,151); }

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