Html Css Color HEX #DF069F Hollywood Cerise

📋 copy color: '#DF069F'

red 223 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #DF069F

Tints of Hollywood Cerise #DF069F

RGB

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

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

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

R = 57.47%
G = 1.55%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF069F (or 0xDF069F) is known color: Hollywood Cerise. HEX triplet: DF, 06 and 9F. RGB value is (223,6,159). Sum of RGB (Red+Green+Blue) = 223+6+159=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF069F is #20F960. Grayscale: #575757. Windows color (decimal): -2160993 or 10421983. OLE color: 10421983.

HSL color Cylindrical-coordinate representation of color #DF069F: hue angle of 317.7º 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 #DF069F is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 6 159 -
CMYK 0 0.97 0.29 0.13
HSL 317.7º 0.95% 0.45% -
HSV(B) 317.7º 0.97% 0.87% -
XYZ 36.75 18.32 34.4 -
YUV 88.33 167.89 224.06 -
System Red Green Blue C M Y K H S L
Decimal 223 6 159 0 0.97 0.29 0.13 317.7 0.95 0.45
Hex DF 6 9F 0 61 1D D 13E 5F 2D
Octal 337 6 237 0 141 35 15 476 137 55
Binary 11011111 110 10011111 0 1100001 11101 1101 100111110 1011111 101101

Color Harmonies of #DF069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF069F

Black with #DF069F

Text Example


Text Example

White with #DF069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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