Html Css Color HEX #D0248D Medium Violet Red

📋 copy color: '#D0248D'

red 208 ◦ green 36 ◦ blue 141

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

Shades of Medium Violet Red #D0248D

Tints of Medium Violet Red #D0248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 54.03%
G = 9.35%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0248D (or 0xD0248D) is known color: Medium Violet Red. HEX triplet: D0, 24 and 8D. RGB value is (208,36,141). Sum of RGB (Red+Green+Blue) = 208+36+141=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0248D is #2FDB72. Grayscale: #636363. Windows color (decimal): -3136371 or 9250000. OLE color: 9250000.

HSL color Cylindrical-coordinate representation of color #D0248D: hue angle of 323.37º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0248D is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 141 -
CMYK 0 0.83 0.32 0.18
HSL 323.37º 0.7% 0.48% -
HSV(B) 323.37º 0.83% 0.82% -
XYZ 31.45 16.59 26.74 -
YUV 99.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 208 36 141 0 0.83 0.32 0.18 323.37 0.7 0.48
Hex D0 24 8D 0 53 20 12 143 46 30
Octal 320 44 215 0 123 40 22 503 106 60
Binary 11010000 100100 10001101 0 1010011 100000 10010 101000011 1000110 110000

Color Harmonies of #D0248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0248D

Black with #D0248D

Text Example


Text Example

White with #D0248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0248D; }

 p { color: rgb(208,36,141); }

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

background-color css

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

 a { background-color: rgb(208,36,141); }

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

border-color css

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

 span { border-color: rgb(208,36,141); }

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