Html Css Color HEX #DC1287 Medium Violet Red

📋 copy color: '#DC1287'

red 220 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #DC1287

Tints of Medium Violet Red #DC1287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 58.98%
G = 4.83%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC1287 (or 0xDC1287) is known color: Medium Violet Red. HEX triplet: DC, 12 and 87. RGB value is (220,18,135). Sum of RGB (Red+Green+Blue) = 220+18+135=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1287 is #23ED78. Grayscale: #5B5B5B. Windows color (decimal): -2354553 or 8852188. OLE color: 8852188.

HSL color Cylindrical-coordinate representation of color #DC1287: hue angle of 325.25º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1287 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 135 -
CMYK 0 0.92 0.39 0.14
HSL 325.25º 0.85% 0.47% -
HSV(B) 325.25º 0.92% 0.86% -
XYZ 34.1 17.4 24.48 -
YUV 91.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 220 18 135 0 0.92 0.39 0.14 325.25 0.85 0.47
Hex DC 12 87 0 5C 27 E 145 55 2F
Octal 334 22 207 0 134 47 16 505 125 57
Binary 11011100 10010 10000111 0 1011100 100111 1110 101000101 1010101 101111

Color Harmonies of #DC1287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1287

Black with #DC1287

Text Example


Text Example

White with #DC1287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1287; }

 p { color: rgb(220,18,135); }

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

background-color css

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

 a { background-color: rgb(220,18,135); }

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

border-color css

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

 span { border-color: rgb(220,18,135); }

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