Html Css Color HEX #D0248C Medium Violet Red

📋 copy color: '#D0248C'

red 208 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #D0248C

Tints of Medium Violet Red #D0248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 54.17%
G = 9.38%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0248C (or 0xD0248C) is known color: Medium Violet Red. HEX triplet: D0, 24 and 8C. RGB value is (208,36,140). Sum of RGB (Red+Green+Blue) = 208+36+140=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0248C is #2FDB73. Grayscale: #636363. Windows color (decimal): -3136372 or 9184464. OLE color: 9184464.

HSL color Cylindrical-coordinate representation of color #D0248C: hue angle of 323.72º 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 #D0248C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 140 -
CMYK 0 0.83 0.33 0.18
HSL 323.72º 0.7% 0.48% -
HSV(B) 323.72º 0.83% 0.82% -
XYZ 31.38 16.57 26.35 -
YUV 99.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 208 36 140 0 0.83 0.33 0.18 323.72 0.7 0.48
Hex D0 24 8C 0 53 21 12 144 46 30
Octal 320 44 214 0 123 41 22 504 106 60
Binary 11010000 100100 10001100 0 1010011 100001 10010 101000100 1000110 110000

Color Harmonies of #D0248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0248C

Black with #D0248C

Text Example


Text Example

White with #D0248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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