Html Css Color HEX #DC1B88 Medium Violet Red

📋 copy color: '#DC1B88'

red 220 ◦ green 27 ◦ blue 136

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

Shades of Medium Violet Red #DC1B88

Tints of Medium Violet Red #DC1B88

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.05%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 57.44%
G = 7.05%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC1B88 (or 0xDC1B88) is known color: Medium Violet Red. HEX triplet: DC, 1B and 88. RGB value is (220,27,136). Sum of RGB (Red+Green+Blue) = 220+27+136=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B88 is #23E477. Grayscale: #606060. Windows color (decimal): -2352248 or 8920028. OLE color: 8920028.

HSL color Cylindrical-coordinate representation of color #DC1B88: hue angle of 326.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B88 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 27 136 -
CMYK 0 0.88 0.38 0.14
HSL 326.11º 0.78% 0.48% -
HSV(B) 326.11º 0.88% 0.86% -
XYZ 34.35 17.78 24.91 -
YUV 97.13 149.94 215.64 -
System Red Green Blue C M Y K H S L
Decimal 220 27 136 0 0.88 0.38 0.14 326.11 0.78 0.48
Hex DC 1B 88 0 58 26 E 146 4E 30
Octal 334 33 210 0 130 46 16 506 116 60
Binary 11011100 11011 10001000 0 1011000 100110 1110 101000110 1001110 110000

Color Harmonies of #DC1B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B88

Black with #DC1B88

Text Example


Text Example

White with #DC1B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B88; }

 p { color: rgb(220,27,136); }

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

background-color css

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

 a { background-color: rgb(220,27,136); }

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

border-color css

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

 span { border-color: rgb(220,27,136); }

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