Html Css Color HEX #D21275 Medium Violet Red

📋 copy color: '#D21275'

red 210 ◦ green 18 ◦ blue 117

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

Shades of Medium Violet Red #D21275

Tints of Medium Violet Red #D21275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 60.87%
G = 5.22%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D21275 (or 0xD21275) is known color: Medium Violet Red. HEX triplet: D2, 12 and 75. RGB value is (210,18,117). Sum of RGB (Red+Green+Blue) = 210+18+117=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21275 is #2DED8A. Grayscale: #565656. Windows color (decimal): -3009931 or 7672530. OLE color: 7672530.

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

Color convert

RGB 210 18 117 -
CMYK 0 0.91 0.44 0.18
HSL 329.06º 0.84% 0.45% -
HSV(B) 329.06º 0.91% 0.82% -
XYZ 30.01 15.42 18.22 -
YUV 86.69 145.11 215.95 -
System Red Green Blue C M Y K H S L
Decimal 210 18 117 0 0.91 0.44 0.18 329.06 0.84 0.45
Hex D2 12 75 0 5B 2C 12 149 54 2D
Octal 322 22 165 0 133 54 22 511 124 55
Binary 11010010 10010 1110101 0 1011011 101100 10010 101001001 1010100 101101

Color Harmonies of #D21275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21275

Black with #D21275

Text Example


Text Example

White with #D21275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21275; }

 p { color: rgb(210,18,117); }

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

background-color css

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

 a { background-color: rgb(210,18,117); }

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

border-color css

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

 span { border-color: rgb(210,18,117); }

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