Html Css Color HEX #D0459B Mulberry

📋 copy color: '#D0459B'

red 208 ◦ green 69 ◦ blue 155

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

Shades of Mulberry #D0459B

Tints of Mulberry #D0459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.97%

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

R = 48.15%
G = 15.97%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0459B (or 0xD0459B) is known color: Mulberry. HEX triplet: D0, 45 and 9B. RGB value is (208,69,155). Sum of RGB (Red+Green+Blue) = 208+69+155=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0459B is #2FBA64. Grayscale: #787878. Windows color (decimal): -3127909 or 10175952. OLE color: 10175952.

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

Color convert

RGB 208 69 155 -
CMYK 0 0.67 0.25 0.18
HSL 322.88º 0.6% 0.54% -
HSV(B) 322.88º 0.67% 0.82% -
XYZ 34.06 20.03 33.08 -
YUV 120.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 208 69 155 0 0.67 0.25 0.18 322.88 0.6 0.54
Hex D0 45 9B 0 43 19 12 143 3C 36
Octal 320 105 233 0 103 31 22 503 74 66
Binary 11010000 1000101 10011011 0 1000011 11001 10010 101000011 111100 110110

Color Harmonies of #D0459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0459B

Black with #D0459B

Text Example


Text Example

White with #D0459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0459B; }

 p { color: rgb(208,69,155); }

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

background-color css

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

 a { background-color: rgb(208,69,155); }

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

border-color css

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

 span { border-color: rgb(208,69,155); }

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