Html Css Color HEX #DF0697 Hollywood Cerise

📋 copy color: '#DF0697'

red 223 ◦ green 6 ◦ blue 151

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

Shades of Hollywood Cerise #DF0697

Tints of Hollywood Cerise #DF0697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.58%

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

R = 58.68%
G = 1.58%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF0697 (or 0xDF0697) is known color: Hollywood Cerise. HEX triplet: DF, 06 and 97. RGB value is (223,6,151). Sum of RGB (Red+Green+Blue) = 223+6+151=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0697 is #20F968. Grayscale: #575757. Windows color (decimal): -2161001 or 9897695. OLE color: 9897695.

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

Color convert

RGB 223 6 151 -
CMYK 0 0.97 0.32 0.13
HSL 319.91º 0.95% 0.45% -
HSV(B) 319.91º 0.97% 0.87% -
XYZ 36.08 18.05 30.86 -
YUV 87.41 163.89 224.71 -
System Red Green Blue C M Y K H S L
Decimal 223 6 151 0 0.97 0.32 0.13 319.91 0.95 0.45
Hex DF 6 97 0 61 20 D 140 5F 2D
Octal 337 6 227 0 141 40 15 500 137 55
Binary 11011111 110 10010111 0 1100001 100000 1101 101000000 1011111 101101

Color Harmonies of #DF0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0697

Black with #DF0697

Text Example


Text Example

White with #DF0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0697; }

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

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

background-color css

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

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

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

border-color css

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

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

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