Html Css Color HEX #D0248B Medium Violet Red

📋 copy color: '#D0248B'

red 208 ◦ green 36 ◦ blue 139

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

Shades of Medium Violet Red #D0248B

Tints of Medium Violet Red #D0248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 54.31%
G = 9.4%
B = 36.29%

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

#D0248B (or 0xD0248B) is known color: Medium Violet Red. HEX triplet: D0, 24 and 8B. RGB value is (208,36,139). Sum of RGB (Red+Green+Blue) = 208+36+139=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0248B is #2FDB74. Grayscale: #626262. Windows color (decimal): -3136373 or 9118928. OLE color: 9118928.

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

Color convert

RGB 208 36 139 -
CMYK 0 0.83 0.33 0.18
HSL 324.07º 0.7% 0.48% -
HSV(B) 324.07º 0.83% 0.82% -
XYZ 31.3 16.54 25.97 -
YUV 99.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 208 36 139 0 0.83 0.33 0.18 324.07 0.7 0.48
Hex D0 24 8B 0 53 21 12 144 46 30
Octal 320 44 213 0 123 41 22 504 106 60
Binary 11010000 100100 10001011 0 1010011 100001 10010 101000100 1000110 110000

Color Harmonies of #D0248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0248B

Black with #D0248B

Text Example


Text Example

White with #D0248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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