Html Css Color HEX #D01882 Medium Violet Red

📋 copy color: '#D01882'

red 208 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #D01882

Tints of Medium Violet Red #D01882

RGB

 RED value IS 208 (81.64% from 255) = 57.46%

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

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 57.46%
G = 6.63%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01882 (or 0xD01882) is known color: Medium Violet Red. HEX triplet: D0, 18 and 82. RGB value is (208,24,130). Sum of RGB (Red+Green+Blue) = 208+24+130=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D01882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01882 is #2FE77D. Grayscale: #5A5A5A. Windows color (decimal): -3139454 or 8526032. OLE color: 8526032.

HSL color Cylindrical-coordinate representation of color #D01882: hue angle of 325.43º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01882 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 130 -
CMYK 0 0.88 0.38 0.18
HSL 325.43º 0.79% 0.45% -
HSV(B) 325.43º 0.88% 0.82% -
XYZ 30.37 15.67 22.54 -
YUV 91.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 208 24 130 0 0.88 0.38 0.18 325.43 0.79 0.45
Hex D0 18 82 0 58 26 12 145 4F 2D
Octal 320 30 202 0 130 46 22 505 117 55
Binary 11010000 11000 10000010 0 1011000 100110 10010 101000101 1001111 101101

Color Harmonies of #D01882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01882

Black with #D01882

Text Example


Text Example

White with #D01882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01882; }

 p { color: rgb(208,24,130); }

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

background-color css

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

 a { background-color: rgb(208,24,130); }

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

border-color css

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

 span { border-color: rgb(208,24,130); }

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