Html Css Color HEX #D21272 Medium Violet Red

📋 copy color: '#D21272'

red 210 ◦ green 18 ◦ blue 114

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

Shades of Medium Violet Red #D21272

Tints of Medium Violet Red #D21272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 61.4%
G = 5.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21272 (or 0xD21272) is known color: Medium Violet Red. HEX triplet: D2, 12 and 72. RGB value is (210,18,114). Sum of RGB (Red+Green+Blue) = 210+18+114=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D21272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21272 is #2DED8D. Grayscale: #565656. Windows color (decimal): -3009934 or 7475922. OLE color: 7475922.

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

Color convert

RGB 210 18 114 -
CMYK 0 0.91 0.46 0.18
HSL 330º 0.84% 0.45% -
HSV(B) 330º 0.91% 0.82% -
XYZ 29.83 15.35 17.31 -
YUV 86.35 143.61 216.19 -
System Red Green Blue C M Y K H S L
Decimal 210 18 114 0 0.91 0.46 0.18 330 0.84 0.45
Hex D2 12 72 0 5B 2E 12 14A 54 2D
Octal 322 22 162 0 133 56 22 512 124 55
Binary 11010010 10010 1110010 0 1011011 101110 10010 101001010 1010100 101101

Color Harmonies of #D21272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21272

Black with #D21272

Text Example


Text Example

White with #D21272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21272; }

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

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

background-color css

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

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

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

border-color css

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

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

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