Html Css Color HEX #DF0B81 Medium Violet Red

📋 copy color: '#DF0B81'

red 223 ◦ green 11 ◦ blue 129

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

Shades of Medium Violet Red #DF0B81

Tints of Medium Violet Red #DF0B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 61.43%
G = 3.03%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF0B81 (or 0xDF0B81) is known color: Medium Violet Red. HEX triplet: DF, 0B and 81. RGB value is (223,11,129). Sum of RGB (Red+Green+Blue) = 223+11+129=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B81 is #20F47E. Grayscale: #575757. Windows color (decimal): -2159743 or 8457183. OLE color: 8457183.

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

Color convert

RGB 223 11 129 -
CMYK 0 0.95 0.42 0.13
HSL 326.6º 0.91% 0.46% -
HSV(B) 326.6º 0.95% 0.87% -
XYZ 34.51 17.51 22.33 -
YUV 87.84 151.24 224.41 -
System Red Green Blue C M Y K H S L
Decimal 223 11 129 0 0.95 0.42 0.13 326.6 0.91 0.46
Hex DF B 81 0 5F 2A D 147 5B 2E
Octal 337 13 201 0 137 52 15 507 133 56
Binary 11011111 1011 10000001 0 1011111 101010 1101 101000111 1011011 101110

Color Harmonies of #DF0B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B81

Black with #DF0B81

Text Example


Text Example

White with #DF0B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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