Html Css Color HEX #D21388 Medium Violet Red

📋 copy color: '#D21388'

red 210 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #D21388

Tints of Medium Violet Red #D21388

RGB

 RED value IS 210 (82.42% from 255) = 57.53%

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

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

R = 57.53%
G = 5.21%
B = 37.26%

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

#D21388 (or 0xD21388) is known color: Medium Violet Red. HEX triplet: D2, 13 and 88. RGB value is (210,19,136). Sum of RGB (Red+Green+Blue) = 210+19+136=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D21388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21388 is #2DEC77. Grayscale: #595959. Windows color (decimal): -3009656 or 8917970. OLE color: 8917970.

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

Color convert

RGB 210 19 136 -
CMYK 0 0.91 0.35 0.18
HSL 323.25º 0.83% 0.45% -
HSV(B) 323.25º 0.91% 0.82% -
XYZ 31.26 15.94 24.72 -
YUV 89.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 210 19 136 0 0.91 0.35 0.18 323.25 0.83 0.45
Hex D2 13 88 0 5B 23 12 143 53 2D
Octal 322 23 210 0 133 43 22 503 123 55
Binary 11010010 10011 10001000 0 1011011 100011 10010 101000011 1010011 101101

Color Harmonies of #D21388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21388

Black with #D21388

Text Example


Text Example

White with #D21388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21388; }

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

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

background-color css

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

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

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

border-color css

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

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

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