Html Css Color HEX #D21974 Medium Violet Red

📋 copy color: '#D21974'

red 210 ◦ green 25 ◦ blue 116

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

Shades of Medium Violet Red #D21974

Tints of Medium Violet Red #D21974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 59.83%
G = 7.12%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21974 (or 0xD21974) is known color: Medium Violet Red. HEX triplet: D2, 19 and 74. RGB value is (210,25,116). Sum of RGB (Red+Green+Blue) = 210+25+116=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D21974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21974 is #2DE68B. Grayscale: #5A5A5A. Windows color (decimal): -3008140 or 7608786. OLE color: 7608786.

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

Color convert

RGB 210 25 116 -
CMYK 0 0.88 0.45 0.18
HSL 330.49º 0.79% 0.46% -
HSV(B) 330.49º 0.88% 0.82% -
XYZ 30.08 15.66 17.96 -
YUV 90.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 210 25 116 0 0.88 0.45 0.18 330.49 0.79 0.46
Hex D2 19 74 0 58 2D 12 14A 4F 2E
Octal 322 31 164 0 130 55 22 512 117 56
Binary 11010010 11001 1110100 0 1011000 101101 10010 101001010 1001111 101110

Color Harmonies of #D21974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21974

Black with #D21974

Text Example


Text Example

White with #D21974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21974; }

 p { color: rgb(210,25,116); }

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

background-color css

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

 a { background-color: rgb(210,25,116); }

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

border-color css

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

 span { border-color: rgb(210,25,116); }

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