Html Css Color HEX #DF0B7A Medium Violet Red

📋 copy color: '#DF0B7A'

red 223 ◦ green 11 ◦ blue 122

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

Shades of Medium Violet Red #DF0B7A

Tints of Medium Violet Red #DF0B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 62.64%
G = 3.09%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF0B7A (or 0xDF0B7A) is known color: Medium Violet Red. HEX triplet: DF, 0B and 7A. RGB value is (223,11,122). Sum of RGB (Red+Green+Blue) = 223+11+122=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B7A is #20F485. Grayscale: #565656. Windows color (decimal): -2159750 or 7998431. OLE color: 7998431.

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

Color convert

RGB 223 11 122 -
CMYK 0 0.95 0.45 0.13
HSL 328.58º 0.91% 0.46% -
HSV(B) 328.58º 0.95% 0.87% -
XYZ 34.06 17.33 19.96 -
YUV 87.04 147.74 224.97 -
System Red Green Blue C M Y K H S L
Decimal 223 11 122 0 0.95 0.45 0.13 328.58 0.91 0.46
Hex DF B 7A 0 5F 2D D 149 5B 2E
Octal 337 13 172 0 137 55 15 511 133 56
Binary 11011111 1011 1111010 0 1011111 101101 1101 101001001 1011011 101110

Color Harmonies of #DF0B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B7A

Black with #DF0B7A

Text Example


Text Example

White with #DF0B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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