Html Css Color HEX #DF069D Hollywood Cerise

📋 copy color: '#DF069D'

red 223 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #DF069D

Tints of Hollywood Cerise #DF069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 57.77%
G = 1.55%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF069D (or 0xDF069D) is known color: Hollywood Cerise. HEX triplet: DF, 06 and 9D. RGB value is (223,6,157). Sum of RGB (Red+Green+Blue) = 223+6+157=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF069D is #20F962. Grayscale: #575757. Windows color (decimal): -2160995 or 10290911. OLE color: 10290911.

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

Color convert

RGB 223 6 157 -
CMYK 0 0.97 0.30 0.13
HSL 318.25º 0.95% 0.45% -
HSV(B) 318.25º 0.97% 0.87% -
XYZ 36.58 18.25 33.49 -
YUV 88.1 166.89 224.22 -
System Red Green Blue C M Y K H S L
Decimal 223 6 157 0 0.97 0.30 0.13 318.25 0.95 0.45
Hex DF 6 9D 0 61 1E D 13E 5F 2D
Octal 337 6 235 0 141 36 15 476 137 55
Binary 11011111 110 10011101 0 1100001 11110 1101 100111110 1011111 101101

Color Harmonies of #DF069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF069D

Black with #DF069D

Text Example


Text Example

White with #DF069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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