Html Css Color HEX #D51885 Medium Violet Red

📋 copy color: '#D51885'

red 213 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #D51885

Tints of Medium Violet Red #D51885

RGB

 RED value IS 213 (83.59% from 255) = 57.57%

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

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

R = 57.57%
G = 6.49%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D51885 (or 0xD51885) is known color: Medium Violet Red. HEX triplet: D5, 18 and 85. RGB value is (213,24,133). Sum of RGB (Red+Green+Blue) = 213+24+133=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D51885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51885 is #2AE77A. Grayscale: #5C5C5C. Windows color (decimal): -2811771 or 8722645. OLE color: 8722645.

HSL color Cylindrical-coordinate representation of color #D51885: hue angle of 325.4º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51885 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 133 -
CMYK 0 0.89 0.38 0.16
HSL 325.4º 0.8% 0.46% -
HSV(B) 325.4º 0.89% 0.84% -
XYZ 32 16.49 23.69 -
YUV 92.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 213 24 133 0 0.89 0.38 0.16 325.4 0.8 0.46
Hex D5 18 85 0 59 26 10 145 50 2E
Octal 325 30 205 0 131 46 20 505 120 56
Binary 11010101 11000 10000101 0 1011001 100110 10000 101000101 1010000 101110

Color Harmonies of #D51885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51885

Black with #D51885

Text Example


Text Example

White with #D51885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51885; }

 p { color: rgb(213,24,133); }

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

background-color css

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

 a { background-color: rgb(213,24,133); }

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

border-color css

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

 span { border-color: rgb(213,24,133); }

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