Html Css Color HEX #D0248F Medium Violet Red

📋 copy color: '#D0248F'

red 208 ◦ green 36 ◦ blue 143

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

Shades of Medium Violet Red #D0248F

Tints of Medium Violet Red #D0248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 53.75%
G = 9.3%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0248F (or 0xD0248F) is known color: Medium Violet Red. HEX triplet: D0, 24 and 8F. RGB value is (208,36,143). Sum of RGB (Red+Green+Blue) = 208+36+143=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0248F is #2FDB70. Grayscale: #636363. Windows color (decimal): -3136369 or 9381072. OLE color: 9381072.

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

Color convert

RGB 208 36 143 -
CMYK 0 0.83 0.31 0.18
HSL 322.67º 0.7% 0.48% -
HSV(B) 322.67º 0.83% 0.82% -
XYZ 31.6 16.65 27.54 -
YUV 99.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 208 36 143 0 0.83 0.31 0.18 322.67 0.7 0.48
Hex D0 24 8F 0 53 1F 12 143 46 30
Octal 320 44 217 0 123 37 22 503 106 60
Binary 11010000 100100 10001111 0 1010011 11111 10010 101000011 1000110 110000

Color Harmonies of #D0248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0248F

Black with #D0248F

Text Example


Text Example

White with #D0248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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