Html Css Color HEX #D21488 Medium Violet Red

📋 copy color: '#D21488'

red 210 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #D21488

Tints of Medium Violet Red #D21488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.46%

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

R = 57.38%
G = 5.46%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D21488 (or 0xD21488) is known color: Medium Violet Red. HEX triplet: D2, 14 and 88. RGB value is (210,20,136). Sum of RGB (Red+Green+Blue) = 210+20+136=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D21488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21488 is #2DEB77. Grayscale: #595959. Windows color (decimal): -3009400 or 8918226. OLE color: 8918226.

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

Color convert

RGB 210 20 136 -
CMYK 0 0.90 0.35 0.18
HSL 323.37º 0.83% 0.45% -
HSV(B) 323.37º 0.9% 0.82% -
XYZ 31.27 15.98 24.73 -
YUV 90.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 210 20 136 0 0.90 0.35 0.18 323.37 0.83 0.45
Hex D2 14 88 0 5A 23 12 143 53 2D
Octal 322 24 210 0 132 43 22 503 123 55
Binary 11010010 10100 10001000 0 1011010 100011 10010 101000011 1010011 101101

Color Harmonies of #D21488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21488

Black with #D21488

Text Example


Text Example

White with #D21488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21488; }

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

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

background-color css

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

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

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

border-color css

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

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

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