Html Css Color HEX #D21474 Medium Violet Red

📋 copy color: '#D21474'

red 210 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #D21474

Tints of Medium Violet Red #D21474

RGB

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

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

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

R = 60.69%
G = 5.78%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21474 (or 0xD21474) is known color: Medium Violet Red. HEX triplet: D2, 14 and 74. RGB value is (210,20,116). Sum of RGB (Red+Green+Blue) = 210+20+116=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D21474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21474 is #2DEB8B. Grayscale: #575757. Windows color (decimal): -3009420 or 7607506. OLE color: 7607506.

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

Color convert

RGB 210 20 116 -
CMYK 0 0.90 0.45 0.18
HSL 329.68º 0.83% 0.45% -
HSV(B) 329.68º 0.9% 0.82% -
XYZ 29.98 15.46 17.93 -
YUV 87.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 210 20 116 0 0.90 0.45 0.18 329.68 0.83 0.45
Hex D2 14 74 0 5A 2D 12 14A 53 2D
Octal 322 24 164 0 132 55 22 512 123 55
Binary 11010010 10100 1110100 0 1011010 101101 10010 101001010 1010011 101101

Color Harmonies of #D21474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21474

Black with #D21474

Text Example


Text Example

White with #D21474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21474; }

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

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

background-color css

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

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

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

border-color css

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

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

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