Html Css Color HEX #D01C88 Medium Violet Red

📋 copy color: '#D01C88'

red 208 ◦ green 28 ◦ blue 136

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

Shades of Medium Violet Red #D01C88

Tints of Medium Violet Red #D01C88

RGB

 RED value IS 208 (81.64% from 255) = 55.91%

 GREEN value IS 28 (11.33% from 255) = 7.53%

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

R = 55.91%
G = 7.53%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D01C88 (or 0xD01C88) is known color: Medium Violet Red. HEX triplet: D0, 1C and 88. RGB value is (208,28,136). Sum of RGB (Red+Green+Blue) = 208+28+136=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C88 is #2FE377. Grayscale: #5D5D5D. Windows color (decimal): -3138424 or 8920272. OLE color: 8920272.

HSL color Cylindrical-coordinate representation of color #D01C88: hue angle of 324º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C88 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 136 -
CMYK 0 0.87 0.35 0.18
HSL 324º 0.76% 0.46% -
HSV(B) 324º 0.87% 0.82% -
XYZ 30.87 16.02 24.76 -
YUV 94.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 208 28 136 0 0.87 0.35 0.18 324 0.76 0.46
Hex D0 1C 88 0 57 23 12 144 4C 2E
Octal 320 34 210 0 127 43 22 504 114 56
Binary 11010000 11100 10001000 0 1010111 100011 10010 101000100 1001100 101110

Color Harmonies of #D01C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C88

Black with #D01C88

Text Example


Text Example

White with #D01C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C88; }

 p { color: rgb(208,28,136); }

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

background-color css

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

 a { background-color: rgb(208,28,136); }

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

border-color css

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

 span { border-color: rgb(208,28,136); }

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