Html Css Color HEX #DF0DBE Deep Magenta

📋 copy color: '#DF0DBE'

red 223 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #DF0DBE

Tints of Deep Magenta #DF0DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.05%

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 52.35%
G = 3.05%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF0DBE (or 0xDF0DBE) is known color: Deep Magenta. HEX triplet: DF, 0D and BE. RGB value is (223,13,190). Sum of RGB (Red+Green+Blue) = 223+13+190=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DBE is #20F241. Grayscale: #5F5F5F. Windows color (decimal): -2159170 or 12455391. OLE color: 12455391.

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

Color convert

RGB 223 13 190 -
CMYK 0 0.94 0.15 0.13
HSL 309.43º 0.89% 0.46% -
HSV(B) 309.43º 0.94% 0.87% -
XYZ 39.87 19.69 50.42 -
YUV 95.97 181.07 218.61 -
System Red Green Blue C M Y K H S L
Decimal 223 13 190 0 0.94 0.15 0.13 309.43 0.89 0.46
Hex DF D BE 0 5E F D 135 59 2E
Octal 337 15 276 0 136 17 15 465 131 56
Binary 11011111 1101 10111110 0 1011110 1111 1101 100110101 1011001 101110

Color Harmonies of #DF0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DBE

Black with #DF0DBE

Text Example


Text Example

White with #DF0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DBE; }

 p { color: rgb(223,13,190); }

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

background-color css

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

 a { background-color: rgb(223,13,190); }

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

border-color css

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

 span { border-color: rgb(223,13,190); }

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