Html Css Color HEX #DF0B7E Medium Violet Red

📋 copy color: '#DF0B7E'

red 223 ◦ green 11 ◦ blue 126

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

Shades of Medium Violet Red #DF0B7E

Tints of Medium Violet Red #DF0B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35%

R = 61.94%
G = 3.06%
B = 35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF0B7E (or 0xDF0B7E) is known color: Medium Violet Red. HEX triplet: DF, 0B and 7E. RGB value is (223,11,126). Sum of RGB (Red+Green+Blue) = 223+11+126=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B7E is #20F481. Grayscale: #575757. Windows color (decimal): -2159746 or 8260575. OLE color: 8260575.

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

Color convert

RGB 223 11 126 -
CMYK 0 0.95 0.43 0.13
HSL 327.45º 0.91% 0.46% -
HSV(B) 327.45º 0.95% 0.87% -
XYZ 34.32 17.43 21.29 -
YUV 87.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 223 11 126 0 0.95 0.43 0.13 327.45 0.91 0.46
Hex DF B 7E 0 5F 2B D 147 5B 2E
Octal 337 13 176 0 137 53 15 507 133 56
Binary 11011111 1011 1111110 0 1011111 101011 1101 101000111 1011011 101110

Color Harmonies of #DF0B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B7E

Black with #DF0B7E

Text Example


Text Example

White with #DF0B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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