Html Css Color HEX #D01798 Medium Violet Red

📋 copy color: '#D01798'

red 208 ◦ green 23 ◦ blue 152

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

Shades of Medium Violet Red #D01798

Tints of Medium Violet Red #D01798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.01%

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 54.31%
G = 6.01%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D01798 (or 0xD01798) is known color: Medium Violet Red. HEX triplet: D0, 17 and 98. RGB value is (208,23,152). Sum of RGB (Red+Green+Blue) = 208+23+152=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D01798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01798 is #2FE867. Grayscale: #5C5C5C. Windows color (decimal): -3139688 or 9967568. OLE color: 9967568.

HSL color Cylindrical-coordinate representation of color #D01798: hue angle of 318.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01798 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 23 152 -
CMYK 0 0.89 0.27 0.18
HSL 318.16º 0.8% 0.45% -
HSV(B) 318.16º 0.89% 0.82% -
XYZ 31.99 16.29 31.16 -
YUV 93.02 161.29 210.01 -
System Red Green Blue C M Y K H S L
Decimal 208 23 152 0 0.89 0.27 0.18 318.16 0.8 0.45
Hex D0 17 98 0 59 1B 12 13E 50 2D
Octal 320 27 230 0 131 33 22 476 120 55
Binary 11010000 10111 10011000 0 1011001 11011 10010 100111110 1010000 101101

Color Harmonies of #D01798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01798

Black with #D01798

Text Example


Text Example

White with #D01798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01798; }

 p { color: rgb(208,23,152); }

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

background-color css

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

 a { background-color: rgb(208,23,152); }

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

border-color css

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

 span { border-color: rgb(208,23,152); }

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