Html Css Color HEX #D0428D Mulberry

📋 copy color: '#D0428D'

red 208 ◦ green 66 ◦ blue 141

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

Shades of Mulberry #D0428D

Tints of Mulberry #D0428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 50.12%
G = 15.9%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0428D (or 0xD0428D) is known color: Mulberry. HEX triplet: D0, 42 and 8D. RGB value is (208,66,141). Sum of RGB (Red+Green+Blue) = 208+66+141=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0428D is #2FBD72. Grayscale: #747474. Windows color (decimal): -3128691 or 9257680. OLE color: 9257680.

HSL color Cylindrical-coordinate representation of color #D0428D: hue angle of 328.31º degrees, saturation: 0.6, 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 #D0428D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 141 -
CMYK 0 0.68 0.32 0.18
HSL 328.31º 0.6% 0.54% -
HSV(B) 328.31º 0.68% 0.82% -
XYZ 32.77 19.23 27.18 -
YUV 117.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 208 66 141 0 0.68 0.32 0.18 328.31 0.6 0.54
Hex D0 42 8D 0 44 20 12 148 3C 36
Octal 320 102 215 0 104 40 22 510 74 66
Binary 11010000 1000010 10001101 0 1000100 100000 10010 101001000 111100 110110

Color Harmonies of #D0428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0428D

Black with #D0428D

Text Example


Text Example

White with #D0428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0428D; }

 p { color: rgb(208,66,141); }

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

background-color css

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

 a { background-color: rgb(208,66,141); }

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

border-color css

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

 span { border-color: rgb(208,66,141); }

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