Html Css Color HEX #D30572 Medium Violet Red

📋 copy color: '#D30572'

red 211 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #D30572

Tints of Medium Violet Red #D30572

RGB

 RED value IS 211 (82.81% from 255) = 63.94%

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 63.94%
G = 1.52%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D30572 (or 0xD30572) is known color: Medium Violet Red. HEX triplet: D3, 05 and 72. RGB value is (211,5,114). Sum of RGB (Red+Green+Blue) = 211+5+114=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D30572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30572 is #2CFA8D. Grayscale: #4E4E4E. Windows color (decimal): -2947726 or 7472595. OLE color: 7472595.

HSL color Cylindrical-coordinate representation of color #D30572: hue angle of 328.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30572 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 114 -
CMYK 0 0.98 0.46 0.17
HSL 328.25º 0.95% 0.42% -
HSV(B) 328.25º 0.98% 0.83% -
XYZ 29.96 15.17 17.27 -
YUV 79.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 211 5 114 0 0.98 0.46 0.17 328.25 0.95 0.42
Hex D3 5 72 0 62 2E 11 148 5F 2A
Octal 323 5 162 0 142 56 21 510 137 52
Binary 11010011 101 1110010 0 1100010 101110 10001 101001000 1011111 101010

Color Harmonies of #D30572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30572

Black with #D30572

Text Example


Text Example

White with #D30572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30572; }

 p { color: rgb(211,5,114); }

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

background-color css

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

 a { background-color: rgb(211,5,114); }

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

border-color css

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

 span { border-color: rgb(211,5,114); }

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