Html Css Color HEX #D0428B Mulberry

📋 copy color: '#D0428B'

red 208 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #D0428B

Tints of Mulberry #D0428B

RGB

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

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

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

R = 50.36%
G = 15.98%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0428B (or 0xD0428B) is known color: Mulberry. HEX triplet: D0, 42 and 8B. RGB value is (208,66,139). Sum of RGB (Red+Green+Blue) = 208+66+139=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0428B is #2FBD74. Grayscale: #747474. Windows color (decimal): -3128693 or 9126608. OLE color: 9126608.

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

Color convert

RGB 208 66 139 -
CMYK 0 0.68 0.33 0.18
HSL 329.15º 0.6% 0.54% -
HSV(B) 329.15º 0.68% 0.82% -
XYZ 32.62 19.17 26.41 -
YUV 116.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 208 66 139 0 0.68 0.33 0.18 329.15 0.6 0.54
Hex D0 42 8B 0 44 21 12 149 3C 36
Octal 320 102 213 0 104 41 22 511 74 66
Binary 11010000 1000010 10001011 0 1000100 100001 10010 101001001 111100 110110

Color Harmonies of #D0428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0428B

Black with #D0428B

Text Example


Text Example

White with #D0428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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