Html Css Color HEX #D21597 Medium Violet Red

📋 copy color: '#D21597'

red 210 ◦ green 21 ◦ blue 151

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

Shades of Medium Violet Red #D21597

Tints of Medium Violet Red #D21597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

 BLUE value IS 151 (59.38% from 255) = 39.53%

R = 54.97%
G = 5.5%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D21597 (or 0xD21597) is known color: Medium Violet Red. HEX triplet: D2, 15 and 97. RGB value is (210,21,151). Sum of RGB (Red+Green+Blue) = 210+21+151=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D21597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21597 is #2DEA68. Grayscale: #5C5C5C. Windows color (decimal): -3009129 or 9901522. OLE color: 9901522.

HSL color Cylindrical-coordinate representation of color #D21597: hue angle of 318.73º degrees, saturation: 0.82, 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 #D21597 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 21 151 -
CMYK 0 0.90 0.28 0.18
HSL 318.73º 0.82% 0.45% -
HSV(B) 318.73º 0.9% 0.82% -
XYZ 32.43 16.47 30.75 -
YUV 92.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 210 21 151 0 0.90 0.28 0.18 318.73 0.82 0.45
Hex D2 15 97 0 5A 1C 12 13F 52 2D
Octal 322 25 227 0 132 34 22 477 122 55
Binary 11010010 10101 10010111 0 1011010 11100 10010 100111111 1010010 101101

Color Harmonies of #D21597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21597

Black with #D21597

Text Example


Text Example

White with #D21597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21597; }

 p { color: rgb(210,21,151); }

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

background-color css

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

 a { background-color: rgb(210,21,151); }

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

border-color css

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

 span { border-color: rgb(210,21,151); }

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