Html Css Color HEX #D01CA8 Medium Violet Red

📋 copy color: '#D01CA8'

red 208 ◦ green 28 ◦ blue 168

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

Shades of Medium Violet Red #D01CA8

Tints of Medium Violet Red #D01CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 51.49%
G = 6.93%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D01CA8 (or 0xD01CA8) is known color: Medium Violet Red. HEX triplet: D0, 1C and A8. RGB value is (208,28,168). Sum of RGB (Red+Green+Blue) = 208+28+168=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01CA8 is #2FE357. Grayscale: #616161. Windows color (decimal): -3138392 or 11017424. OLE color: 11017424.

HSL color Cylindrical-coordinate representation of color #D01CA8: hue angle of 313.33º 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 #D01CA8 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 168 -
CMYK 0 0.87 0.19 0.18
HSL 313.33º 0.76% 0.46% -
HSV(B) 313.33º 0.87% 0.82% -
XYZ 33.5 17.07 38.57 -
YUV 97.78 167.63 206.62 -
System Red Green Blue C M Y K H S L
Decimal 208 28 168 0 0.87 0.19 0.18 313.33 0.76 0.46
Hex D0 1C A8 0 57 13 12 139 4C 2E
Octal 320 34 250 0 127 23 22 471 114 56
Binary 11010000 11100 10101000 0 1010111 10011 10010 100111001 1001100 101110

Color Harmonies of #D01CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CA8

Black with #D01CA8

Text Example


Text Example

White with #D01CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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