Html Css Color HEX #DF0C81 Medium Violet Red

📋 copy color: '#DF0C81'

red 223 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #DF0C81

Tints of Medium Violet Red #DF0C81

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.3%

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

R = 61.26%
G = 3.3%
B = 35.44%

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

#DF0C81 (or 0xDF0C81) is known color: Medium Violet Red. HEX triplet: DF, 0C and 81. RGB value is (223,12,129). Sum of RGB (Red+Green+Blue) = 223+12+129=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C81 is #20F37E. Grayscale: #585858. Windows color (decimal): -2159487 or 8457439. OLE color: 8457439.

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

Color convert

RGB 223 12 129 -
CMYK 0 0.95 0.42 0.13
HSL 326.73º 0.9% 0.46% -
HSV(B) 326.73º 0.95% 0.87% -
XYZ 34.53 17.54 22.33 -
YUV 88.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 223 12 129 0 0.95 0.42 0.13 326.73 0.9 0.46
Hex DF C 81 0 5F 2A D 147 5A 2E
Octal 337 14 201 0 137 52 15 507 132 56
Binary 11011111 1100 10000001 0 1011111 101010 1101 101000111 1011010 101110

Color Harmonies of #DF0C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C81

Black with #DF0C81

Text Example


Text Example

White with #DF0C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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