Html Css Color HEX #DF0BDD Deep Magenta

📋 copy color: '#DF0BDD'

red 223 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #DF0BDD

Tints of Deep Magenta #DF0BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 49.01%
G = 2.42%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF0BDD (or 0xDF0BDD) is known color: Deep Magenta. HEX triplet: DF, 0B and DD. RGB value is (223,11,221). Sum of RGB (Red+Green+Blue) = 223+11+221=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BDD is #20F422. Grayscale: #616161. Windows color (decimal): -2159651 or 14486495. OLE color: 14486495.

HSL color Cylindrical-coordinate representation of color #DF0BDD: hue angle of 300.57º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BDD is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 11 221 -
CMYK 0 0.95 0.01 0.13
HSL 300.57º 0.91% 0.46% -
HSV(B) 300.57º 0.95% 0.87% -
XYZ 43.6 21.15 70.19 -
YUV 98.33 197.24 216.92 -
System Red Green Blue C M Y K H S L
Decimal 223 11 221 0 0.95 0.01 0.13 300.57 0.91 0.46
Hex DF B DD 0 5F 1 D 12D 5B 2E
Octal 337 13 335 0 137 1 15 455 133 56
Binary 11011111 1011 11011101 0 1011111 1 1101 100101101 1011011 101110

Color Harmonies of #DF0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0BDD

Black with #DF0BDD

Text Example


Text Example

White with #DF0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0BDD; }

 p { color: rgb(223,11,221); }

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

background-color css

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

 a { background-color: rgb(223,11,221); }

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

border-color css

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

 span { border-color: rgb(223,11,221); }

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