Html Css Color HEX #D1249B Medium Violet Red

📋 copy color: '#D1249B'

red 209 ◦ green 36 ◦ blue 155

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

Shades of Medium Violet Red #D1249B

Tints of Medium Violet Red #D1249B

RGB

 RED value IS 209 (82.03% from 255) = 52.25%

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 52.25%
G = 9%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1249B (or 0xD1249B) is known color: Medium Violet Red. HEX triplet: D1, 24 and 9B. RGB value is (209,36,155). Sum of RGB (Red+Green+Blue) = 209+36+155=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1249B is #2EDB64. Grayscale: #646464. Windows color (decimal): -3070821 or 10167505. OLE color: 10167505.

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

Color convert

RGB 209 36 155 -
CMYK 0 0.83 0.26 0.18
HSL 318.73º 0.71% 0.48% -
HSV(B) 318.73º 0.83% 0.82% -
XYZ 32.84 17.18 32.6 -
YUV 101.29 158.31 204.82 -
System Red Green Blue C M Y K H S L
Decimal 209 36 155 0 0.83 0.26 0.18 318.73 0.71 0.48
Hex D1 24 9B 0 53 1A 12 13F 47 30
Octal 321 44 233 0 123 32 22 477 107 60
Binary 11010001 100100 10011011 0 1010011 11010 10010 100111111 1000111 110000

Color Harmonies of #D1249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1249B

Black with #D1249B

Text Example


Text Example

White with #D1249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1249B; }

 p { color: rgb(209,36,155); }

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

background-color css

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

 a { background-color: rgb(209,36,155); }

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

border-color css

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

 span { border-color: rgb(209,36,155); }

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