Html Css Color HEX #D01484 Medium Violet Red

📋 copy color: '#D01484'

red 208 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #D01484

Tints of Medium Violet Red #D01484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 57.78%
G = 5.56%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D01484 (or 0xD01484) is known color: Medium Violet Red. HEX triplet: D0, 14 and 84. RGB value is (208,20,132). Sum of RGB (Red+Green+Blue) = 208+20+132=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D01484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01484 is #2FEB7B. Grayscale: #585858. Windows color (decimal): -3140476 or 8656080. OLE color: 8656080.

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

Color convert

RGB 208 20 132 -
CMYK 0 0.90 0.37 0.18
HSL 324.26º 0.82% 0.45% -
HSV(B) 324.26º 0.9% 0.82% -
XYZ 30.43 15.58 23.23 -
YUV 88.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 208 20 132 0 0.90 0.37 0.18 324.26 0.82 0.45
Hex D0 14 84 0 5A 25 12 144 52 2D
Octal 320 24 204 0 132 45 22 504 122 55
Binary 11010000 10100 10000100 0 1011010 100101 10010 101000100 1010010 101101

Color Harmonies of #D01484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01484

Black with #D01484

Text Example


Text Example

White with #D01484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01484; }

 p { color: rgb(208,20,132); }

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

background-color css

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

 a { background-color: rgb(208,20,132); }

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

border-color css

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

 span { border-color: rgb(208,20,132); }

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