Html Css Color HEX #DF07AF Hollywood Cerise

📋 copy color: '#DF07AF'

red 223 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #DF07AF

Tints of Hollywood Cerise #DF07AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 55.06%
G = 1.73%
B = 43.21%

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

#DF07AF (or 0xDF07AF) is known color: Hollywood Cerise. HEX triplet: DF, 07 and AF. RGB value is (223,7,175). Sum of RGB (Red+Green+Blue) = 223+7+175=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF07AF is #20F850. Grayscale: #5A5A5A. Windows color (decimal): -2160721 or 11470815. OLE color: 11470815.

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

Color convert

RGB 223 7 175 -
CMYK 0 0.97 0.22 0.13
HSL 313.33º 0.94% 0.45% -
HSV(B) 313.33º 0.97% 0.87% -
XYZ 38.25 18.94 42.2 -
YUV 90.74 175.56 222.34 -
System Red Green Blue C M Y K H S L
Decimal 223 7 175 0 0.97 0.22 0.13 313.33 0.94 0.45
Hex DF 7 AF 0 61 16 D 139 5E 2D
Octal 337 7 257 0 141 26 15 471 136 55
Binary 11011111 111 10101111 0 1100001 10110 1101 100111001 1011110 101101

Color Harmonies of #DF07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07AF

Black with #DF07AF

Text Example


Text Example

White with #DF07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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