Html Css Color HEX #D21592 Medium Violet Red

📋 copy color: '#D21592'

red 210 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #D21592

Tints of Medium Violet Red #D21592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 55.7%
G = 5.57%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D21592 (or 0xD21592) is known color: Medium Violet Red. HEX triplet: D2, 15 and 92. RGB value is (210,21,146). Sum of RGB (Red+Green+Blue) = 210+21+146=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D21592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21592 is #2DEA6D. Grayscale: #5B5B5B. Windows color (decimal): -3009134 or 9573842. OLE color: 9573842.

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

Color convert

RGB 210 21 146 -
CMYK 0 0.90 0.30 0.18
HSL 320.32º 0.82% 0.45% -
HSV(B) 320.32º 0.9% 0.82% -
XYZ 32.03 16.31 28.65 -
YUV 91.76 158.62 212.34 -
System Red Green Blue C M Y K H S L
Decimal 210 21 146 0 0.90 0.30 0.18 320.32 0.82 0.45
Hex D2 15 92 0 5A 1E 12 140 52 2D
Octal 322 25 222 0 132 36 22 500 122 55
Binary 11010010 10101 10010010 0 1011010 11110 10010 101000000 1010010 101101

Color Harmonies of #D21592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21592

Black with #D21592

Text Example


Text Example

White with #D21592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21592; }

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

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

background-color css

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

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

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

border-color css

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

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

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