Html Css Color HEX #D01388 Medium Violet Red

📋 copy color: '#D01388'

red 208 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #D01388

Tints of Medium Violet Red #D01388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

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

R = 57.3%
G = 5.23%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D01388 (or 0xD01388) is known color: Medium Violet Red. HEX triplet: D0, 13 and 88. RGB value is (208,19,136). Sum of RGB (Red+Green+Blue) = 208+19+136=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D01388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01388 is #2FEC77. Grayscale: #585858. Windows color (decimal): -3140728 or 8917968. OLE color: 8917968.

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

Color convert

RGB 208 19 136 -
CMYK 0 0.91 0.35 0.18
HSL 322.86º 0.83% 0.45% -
HSV(B) 322.86º 0.91% 0.82% -
XYZ 30.69 15.65 24.7 -
YUV 88.85 154.62 212.99 -
System Red Green Blue C M Y K H S L
Decimal 208 19 136 0 0.91 0.35 0.18 322.86 0.83 0.45
Hex D0 13 88 0 5B 23 12 143 53 2D
Octal 320 23 210 0 133 43 22 503 123 55
Binary 11010000 10011 10001000 0 1011011 100011 10010 101000011 1010011 101101

Color Harmonies of #D01388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01388

Black with #D01388

Text Example


Text Example

White with #D01388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01388; }

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

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

background-color css

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

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

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

border-color css

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

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

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