Html Css Color HEX #DF0D8E Medium Violet Red

📋 copy color: '#DF0D8E'

red 223 ◦ green 13 ◦ blue 142

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

Shades of Medium Violet Red #DF0D8E

Tints of Medium Violet Red #DF0D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 58.99%
G = 3.44%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF0D8E (or 0xDF0D8E) is known color: Medium Violet Red. HEX triplet: DF, 0D and 8E. RGB value is (223,13,142). Sum of RGB (Red+Green+Blue) = 223+13+142=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D8E is #20F271. Grayscale: #5A5A5A. Windows color (decimal): -2159218 or 9309663. OLE color: 9309663.

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

Color convert

RGB 223 13 142 -
CMYK 0 0.94 0.36 0.13
HSL 323.14º 0.89% 0.46% -
HSV(B) 323.14º 0.94% 0.87% -
XYZ 35.46 17.93 27.18 -
YUV 90.5 157.07 222.51 -
System Red Green Blue C M Y K H S L
Decimal 223 13 142 0 0.94 0.36 0.13 323.14 0.89 0.46
Hex DF D 8E 0 5E 24 D 143 59 2E
Octal 337 15 216 0 136 44 15 503 131 56
Binary 11011111 1101 10001110 0 1011110 100100 1101 101000011 1011001 101110

Color Harmonies of #DF0D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D8E

Black with #DF0D8E

Text Example


Text Example

White with #DF0D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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