Html Css Color HEX #DF07B0 Hollywood Cerise

📋 copy color: '#DF07B0'

red 223 ◦ green 7 ◦ blue 176

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

Shades of Hollywood Cerise #DF07B0

Tints of Hollywood Cerise #DF07B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.35%

R = 54.93%
G = 1.72%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF07B0 (or 0xDF07B0) is known color: Hollywood Cerise. HEX triplet: DF, 07 and B0. RGB value is (223,7,176). Sum of RGB (Red+Green+Blue) = 223+7+176=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF07B0 is #20F84F. Grayscale: #5A5A5A. Windows color (decimal): -2160720 or 11536351. OLE color: 11536351.

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

Color convert

RGB 223 7 176 -
CMYK 0 0.97 0.21 0.13
HSL 313.06º 0.94% 0.45% -
HSV(B) 313.06º 0.97% 0.87% -
XYZ 38.34 18.97 42.72 -
YUV 90.85 176.06 222.26 -
System Red Green Blue C M Y K H S L
Decimal 223 7 176 0 0.97 0.21 0.13 313.06 0.94 0.45
Hex DF 7 B0 0 61 15 D 139 5E 2D
Octal 337 7 260 0 141 25 15 471 136 55
Binary 11011111 111 10110000 0 1100001 10101 1101 100111001 1011110 101101

Color Harmonies of #DF07B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07B0

Black with #DF07B0

Text Example


Text Example

White with #DF07B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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