Html Css Color HEX #DF0E7B Medium Violet Red

📋 copy color: '#DF0E7B'

red 223 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #DF0E7B

Tints of Medium Violet Red #DF0E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.89%

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

R = 61.94%
G = 3.89%
B = 34.17%

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

#DF0E7B (or 0xDF0E7B) is known color: Medium Violet Red. HEX triplet: DF, 0E and 7B. RGB value is (223,14,123). Sum of RGB (Red+Green+Blue) = 223+14+123=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E7B is #20F184. Grayscale: #585858. Windows color (decimal): -2158981 or 8064735. OLE color: 8064735.

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

Color convert

RGB 223 14 123 -
CMYK 0 0.94 0.45 0.13
HSL 328.71º 0.88% 0.46% -
HSV(B) 328.71º 0.94% 0.87% -
XYZ 34.16 17.43 20.3 -
YUV 88.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 223 14 123 0 0.94 0.45 0.13 328.71 0.88 0.46
Hex DF E 7B 0 5E 2D D 149 58 2E
Octal 337 16 173 0 136 55 15 511 130 56
Binary 11011111 1110 1111011 0 1011110 101101 1101 101001001 1011000 101110

Color Harmonies of #DF0E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E7B

Black with #DF0E7B

Text Example


Text Example

White with #DF0E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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