Html Css Color HEX #D3428B Mulberry

📋 copy color: '#D3428B'

red 211 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #D3428B

Tints of Mulberry #D3428B

RGB

 RED value IS 211 (82.81% from 255) = 50.72%

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

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

R = 50.72%
G = 15.87%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3428B (or 0xD3428B) is known color: Mulberry. HEX triplet: D3, 42 and 8B. RGB value is (211,66,139). Sum of RGB (Red+Green+Blue) = 211+66+139=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D3428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3428B is #2CBD74. Grayscale: #757575. Windows color (decimal): -2932085 or 9126611. OLE color: 9126611.

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

Color convert

RGB 211 66 139 -
CMYK 0 0.69 0.34 0.17
HSL 329.79º 0.62% 0.54% -
HSV(B) 329.79º 0.69% 0.83% -
XYZ 33.47 19.61 26.45 -
YUV 117.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 211 66 139 0 0.69 0.34 0.17 329.79 0.62 0.54
Hex D3 42 8B 0 45 22 11 14A 3E 36
Octal 323 102 213 0 105 42 21 512 76 66
Binary 11010011 1000010 10001011 0 1000101 100010 10001 101001010 111110 110110

Color Harmonies of #D3428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3428B

Black with #D3428B

Text Example


Text Example

White with #D3428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3428B; }

 p { color: rgb(211,66,139); }

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

background-color css

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

 a { background-color: rgb(211,66,139); }

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

border-color css

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

 span { border-color: rgb(211,66,139); }

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