Html Css Color HEX #DF07CB Deep Magenta

📋 copy color: '#DF07CB'

red 223 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #DF07CB

Tints of Deep Magenta #DF07CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 51.5%
G = 1.62%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF07CB (or 0xDF07CB) is known color: Deep Magenta. HEX triplet: DF, 07 and CB. RGB value is (223,7,203). Sum of RGB (Red+Green+Blue) = 223+7+203=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07CB is #20F834. Grayscale: #5D5D5D. Windows color (decimal): -2160693 or 13305823. OLE color: 13305823.

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

Color convert

RGB 223 7 203 -
CMYK 0 0.97 0.09 0.13
HSL 305.56º 0.94% 0.45% -
HSV(B) 305.56º 0.97% 0.87% -
XYZ 41.29 20.15 58.21 -
YUV 93.93 189.56 220.06 -
System Red Green Blue C M Y K H S L
Decimal 223 7 203 0 0.97 0.09 0.13 305.56 0.94 0.45
Hex DF 7 CB 0 61 9 D 132 5E 2D
Octal 337 7 313 0 141 11 15 462 136 55
Binary 11011111 111 11001011 0 1100001 1001 1101 100110010 1011110 101101

Color Harmonies of #DF07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07CB

Black with #DF07CB

Text Example


Text Example

White with #DF07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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