Html Css Color HEX #DF07AE Hollywood Cerise

📋 copy color: '#DF07AE'

red 223 ◦ green 7 ◦ blue 174

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

Shades of Hollywood Cerise #DF07AE

Tints of Hollywood Cerise #DF07AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 55.2%
G = 1.73%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF07AE (or 0xDF07AE) is known color: Hollywood Cerise. HEX triplet: DF, 07 and AE. RGB value is (223,7,174). Sum of RGB (Red+Green+Blue) = 223+7+174=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF07AE is #20F851. Grayscale: #5A5A5A. Windows color (decimal): -2160722 or 11405279. OLE color: 11405279.

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

Color convert

RGB 223 7 174 -
CMYK 0 0.97 0.22 0.13
HSL 313.61º 0.94% 0.45% -
HSV(B) 313.61º 0.97% 0.87% -
XYZ 38.15 18.9 41.68 -
YUV 90.62 175.06 222.42 -
System Red Green Blue C M Y K H S L
Decimal 223 7 174 0 0.97 0.22 0.13 313.61 0.94 0.45
Hex DF 7 AE 0 61 16 D 13A 5E 2D
Octal 337 7 256 0 141 26 15 472 136 55
Binary 11011111 111 10101110 0 1100001 10110 1101 100111010 1011110 101101

Color Harmonies of #DF07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07AE

Black with #DF07AE

Text Example


Text Example

White with #DF07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07AE; }

 p { color: rgb(223,7,174); }

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

background-color css

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

 a { background-color: rgb(223,7,174); }

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

border-color css

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

 span { border-color: rgb(223,7,174); }

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