Html Css Color HEX #D70288 Medium Violet Red

📋 copy color: '#D70288'

red 215 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #D70288

Tints of Medium Violet Red #D70288

RGB

 RED value IS 215 (84.38% from 255) = 60.91%

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 60.91%
G = 0.57%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D70288 (or 0xD70288) is known color: Medium Violet Red. HEX triplet: D7, 02 and 88. RGB value is (215,2,136). Sum of RGB (Red+Green+Blue) = 215+2+136=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D70288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70288 is #28FD77. Grayscale: #505050. Windows color (decimal): -2686328 or 8913623. OLE color: 8913623.

HSL color Cylindrical-coordinate representation of color #D70288: hue angle of 322.25º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70288 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 2 136 -
CMYK 0 0.99 0.37 0.16
HSL 322.25º 0.98% 0.43% -
HSV(B) 322.25º 0.99% 0.84% -
XYZ 32.49 16.27 24.72 -
YUV 80.96 159.07 223.6 -
System Red Green Blue C M Y K H S L
Decimal 215 2 136 0 0.99 0.37 0.16 322.25 0.98 0.43
Hex D7 2 88 0 63 25 10 142 62 2B
Octal 327 2 210 0 143 45 20 502 142 53
Binary 11010111 10 10001000 0 1100011 100101 10000 101000010 1100010 101011

Color Harmonies of #D70288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70288

Black with #D70288

Text Example


Text Example

White with #D70288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70288; }

 p { color: rgb(215,2,136); }

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

background-color css

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

 a { background-color: rgb(215,2,136); }

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

border-color css

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

 span { border-color: rgb(215,2,136); }

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