Html Css Color HEX #D21874 Medium Violet Red

📋 copy color: '#D21874'

red 210 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #D21874

Tints of Medium Violet Red #D21874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

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

R = 60%
G = 6.86%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21874 (or 0xD21874) is known color: Medium Violet Red. HEX triplet: D2, 18 and 74. RGB value is (210,24,116). Sum of RGB (Red+Green+Blue) = 210+24+116=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D21874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21874 is #2DE78B. Grayscale: #595959. Windows color (decimal): -3008396 or 7608530. OLE color: 7608530.

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

Color convert

RGB 210 24 116 -
CMYK 0 0.89 0.45 0.18
HSL 330.32º 0.79% 0.46% -
HSV(B) 330.32º 0.89% 0.82% -
XYZ 30.06 15.62 17.95 -
YUV 90.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 210 24 116 0 0.89 0.45 0.18 330.32 0.79 0.46
Hex D2 18 74 0 59 2D 12 14A 4F 2E
Octal 322 30 164 0 131 55 22 512 117 56
Binary 11010010 11000 1110100 0 1011001 101101 10010 101001010 1001111 101110

Color Harmonies of #D21874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21874

Black with #D21874

Text Example


Text Example

White with #D21874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21874; }

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

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

background-color css

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

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

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

border-color css

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

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

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