Html Css Color HEX #DF0B8B Medium Violet Red

📋 copy color: '#DF0B8B'

red 223 ◦ green 11 ◦ blue 139

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

Shades of Medium Violet Red #DF0B8B

Tints of Medium Violet Red #DF0B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 59.79%
G = 2.95%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF0B8B (or 0xDF0B8B) is known color: Medium Violet Red. HEX triplet: DF, 0B and 8B. RGB value is (223,11,139). Sum of RGB (Red+Green+Blue) = 223+11+139=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B8B is #20F474. Grayscale: #585858. Windows color (decimal): -2159733 or 9112543. OLE color: 9112543.

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

Color convert

RGB 223 11 139 -
CMYK 0 0.95 0.38 0.13
HSL 323.77º 0.91% 0.46% -
HSV(B) 323.77º 0.95% 0.87% -
XYZ 35.21 17.79 26 -
YUV 88.98 156.24 223.59 -
System Red Green Blue C M Y K H S L
Decimal 223 11 139 0 0.95 0.38 0.13 323.77 0.91 0.46
Hex DF B 8B 0 5F 26 D 144 5B 2E
Octal 337 13 213 0 137 46 15 504 133 56
Binary 11011111 1011 10001011 0 1011111 100110 1101 101000100 1011011 101110

Color Harmonies of #DF0B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B8B

Black with #DF0B8B

Text Example


Text Example

White with #DF0B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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