Html Css Color HEX #D1419B Mulberry

📋 copy color: '#D1419B'

red 209 ◦ green 65 ◦ blue 155

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

Shades of Mulberry #D1419B

Tints of Mulberry #D1419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 48.72%
G = 15.15%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1419B (or 0xD1419B) is known color: Mulberry. HEX triplet: D1, 41 and 9B. RGB value is (209,65,155). Sum of RGB (Red+Green+Blue) = 209+65+155=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1419B is #2EBE64. Grayscale: #767676. Windows color (decimal): -3063397 or 10174929. OLE color: 10174929.

HSL color Cylindrical-coordinate representation of color #D1419B: hue angle of 322.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1419B is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 155 -
CMYK 0 0.69 0.26 0.18
HSL 322.5º 0.61% 0.54% -
HSV(B) 322.5º 0.69% 0.82% -
XYZ 34.1 19.7 33.02 -
YUV 118.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 209 65 155 0 0.69 0.26 0.18 322.5 0.61 0.54
Hex D1 41 9B 0 45 1A 12 142 3D 36
Octal 321 101 233 0 105 32 22 502 75 66
Binary 11010001 1000001 10011011 0 1000101 11010 10010 101000010 111101 110110

Color Harmonies of #D1419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1419B

Black with #D1419B

Text Example


Text Example

White with #D1419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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