Html Css Color HEX #D21285 Medium Violet Red

📋 copy color: '#D21285'

red 210 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #D21285

Tints of Medium Violet Red #D21285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 58.17%
G = 4.99%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D21285 (or 0xD21285) is known color: Medium Violet Red. HEX triplet: D2, 12 and 85. RGB value is (210,18,133). Sum of RGB (Red+Green+Blue) = 210+18+133=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D21285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21285 is #2DED7A. Grayscale: #585858. Windows color (decimal): -3009915 or 8721106. OLE color: 8721106.

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

Color convert

RGB 210 18 133 -
CMYK 0 0.91 0.37 0.18
HSL 324.06º 0.84% 0.45% -
HSV(B) 324.06º 0.91% 0.82% -
XYZ 31.03 15.83 23.61 -
YUV 88.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 210 18 133 0 0.91 0.37 0.18 324.06 0.84 0.45
Hex D2 12 85 0 5B 25 12 144 54 2D
Octal 322 22 205 0 133 45 22 504 124 55
Binary 11010010 10010 10000101 0 1011011 100101 10010 101000100 1010100 101101

Color Harmonies of #D21285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21285

Black with #D21285

Text Example


Text Example

White with #D21285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21285; }

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

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

background-color css

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

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

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

border-color css

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

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

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