Html Css Color HEX #DF0BBE Deep Magenta

📋 copy color: '#DF0BBE'

red 223 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #DF0BBE

Tints of Deep Magenta #DF0BBE

RGB

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

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

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

R = 52.59%
G = 2.59%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF0BBE (or 0xDF0BBE) is known color: Deep Magenta. HEX triplet: DF, 0B and BE. RGB value is (223,11,190). Sum of RGB (Red+Green+Blue) = 223+11+190=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BBE is #20F441. Grayscale: #5E5E5E. Windows color (decimal): -2159682 or 12454879. OLE color: 12454879.

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

Color convert

RGB 223 11 190 -
CMYK 0 0.95 0.15 0.13
HSL 309.34º 0.91% 0.46% -
HSV(B) 309.34º 0.95% 0.87% -
XYZ 39.85 19.65 50.41 -
YUV 94.79 181.74 219.45 -
System Red Green Blue C M Y K H S L
Decimal 223 11 190 0 0.95 0.15 0.13 309.34 0.91 0.46
Hex DF B BE 0 5F F D 135 5B 2E
Octal 337 13 276 0 137 17 15 465 133 56
Binary 11011111 1011 10111110 0 1011111 1111 1101 100110101 1011011 101110

Color Harmonies of #DF0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0BBE

Black with #DF0BBE

Text Example


Text Example

White with #DF0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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