Html Css Color HEX #D1428A Mulberry

📋 copy color: '#D1428A'

red 209 ◦ green 66 ◦ blue 138

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

Shades of Mulberry #D1428A

Tints of Mulberry #D1428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 50.61%
G = 15.98%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1428A (or 0xD1428A) is known color: Mulberry. HEX triplet: D1, 42 and 8A. RGB value is (209,66,138). Sum of RGB (Red+Green+Blue) = 209+66+138=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1428A is #2EBD75. Grayscale: #747474. Windows color (decimal): -3063158 or 9061073. OLE color: 9061073.

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

Color convert

RGB 209 66 138 -
CMYK 0 0.68 0.34 0.18
HSL 329.79º 0.61% 0.54% -
HSV(B) 329.79º 0.68% 0.82% -
XYZ 32.83 19.29 26.04 -
YUV 116.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 209 66 138 0 0.68 0.34 0.18 329.79 0.61 0.54
Hex D1 42 8A 0 44 22 12 14A 3D 36
Octal 321 102 212 0 104 42 22 512 75 66
Binary 11010001 1000010 10001010 0 1000100 100010 10010 101001010 111101 110110

Color Harmonies of #D1428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1428A

Black with #D1428A

Text Example


Text Example

White with #D1428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1428A; }

 p { color: rgb(209,66,138); }

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

background-color css

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

 a { background-color: rgb(209,66,138); }

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

border-color css

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

 span { border-color: rgb(209,66,138); }

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