Html Css Color HEX #DF0D7B Medium Violet Red

📋 copy color: '#DF0D7B'

red 223 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #DF0D7B

Tints of Medium Violet Red #DF0D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 62.12%
G = 3.62%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF0D7B (or 0xDF0D7B) is known color: Medium Violet Red. HEX triplet: DF, 0D and 7B. RGB value is (223,13,123). Sum of RGB (Red+Green+Blue) = 223+13+123=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D7B is #20F284. Grayscale: #585858. Windows color (decimal): -2159237 or 8064479. OLE color: 8064479.

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

Color convert

RGB 223 13 123 -
CMYK 0 0.94 0.45 0.13
HSL 328.57º 0.89% 0.46% -
HSV(B) 328.57º 0.94% 0.87% -
XYZ 34.15 17.41 20.3 -
YUV 88.33 147.57 224.06 -
System Red Green Blue C M Y K H S L
Decimal 223 13 123 0 0.94 0.45 0.13 328.57 0.89 0.46
Hex DF D 7B 0 5E 2D D 149 59 2E
Octal 337 15 173 0 136 55 15 511 131 56
Binary 11011111 1101 1111011 0 1011110 101101 1101 101001001 1011001 101110

Color Harmonies of #DF0D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D7B

Black with #DF0D7B

Text Example


Text Example

White with #DF0D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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