Html Css Color HEX #DC0B7E Medium Violet Red

📋 copy color: '#DC0B7E'

red 220 ◦ green 11 ◦ blue 126

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

Shades of Medium Violet Red #DC0B7E

Tints of Medium Violet Red #DC0B7E

RGB

 RED value IS 220 (86.33% from 255) = 61.62%

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

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

R = 61.62%
G = 3.08%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC0B7E (or 0xDC0B7E) is known color: Medium Violet Red. HEX triplet: DC, 0B and 7E. RGB value is (220,11,126). Sum of RGB (Red+Green+Blue) = 220+11+126=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B7E is #23F481. Grayscale: #565656. Windows color (decimal): -2356354 or 8260572. OLE color: 8260572.

HSL color Cylindrical-coordinate representation of color #DC0B7E: hue angle of 326.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B7E is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 11 126 -
CMYK 0 0.95 0.43 0.14
HSL 326.99º 0.9% 0.45% -
HSV(B) 326.99º 0.95% 0.86% -
XYZ 33.4 16.96 21.25 -
YUV 86.6 150.24 223.15 -
System Red Green Blue C M Y K H S L
Decimal 220 11 126 0 0.95 0.43 0.14 326.99 0.9 0.45
Hex DC B 7E 0 5F 2B E 147 5A 2D
Octal 334 13 176 0 137 53 16 507 132 55
Binary 11011100 1011 1111110 0 1011111 101011 1110 101000111 1011010 101101

Color Harmonies of #DC0B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B7E

Black with #DC0B7E

Text Example


Text Example

White with #DC0B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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