Html Css Color HEX #DF0397 Hollywood Cerise

📋 copy color: '#DF0397'

red 223 ◦ green 3 ◦ blue 151

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

Shades of Hollywood Cerise #DF0397

Tints of Hollywood Cerise #DF0397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 59.15%
G = 0.8%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF0397 (or 0xDF0397) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 97. RGB value is (223,3,151). Sum of RGB (Red+Green+Blue) = 223+3+151=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0397 is #20FC68. Grayscale: #555555. Windows color (decimal): -2161769 or 9896927. OLE color: 9896927.

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

Color convert

RGB 223 3 151 -
CMYK 0 0.99 0.32 0.13
HSL 319.64º 0.97% 0.44% -
HSV(B) 319.64º 0.99% 0.87% -
XYZ 36.05 17.99 30.85 -
YUV 85.65 164.89 225.97 -
System Red Green Blue C M Y K H S L
Decimal 223 3 151 0 0.99 0.32 0.13 319.64 0.97 0.44
Hex DF 3 97 0 63 20 D 140 61 2C
Octal 337 3 227 0 143 40 15 500 141 54
Binary 11011111 11 10010111 0 1100011 100000 1101 101000000 1100001 101100

Color Harmonies of #DF0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0397

Black with #DF0397

Text Example


Text Example

White with #DF0397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0397; }

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

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

background-color css

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

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

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

border-color css

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

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

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