Html Css Color HEX #D0449B Mulberry

📋 copy color: '#D0449B'

red 208 ◦ green 68 ◦ blue 155

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

Shades of Mulberry #D0449B

Tints of Mulberry #D0449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.78%

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

R = 48.26%
G = 15.78%
B = 35.96%

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

#D0449B (or 0xD0449B) is known color: Mulberry. HEX triplet: D0, 44 and 9B. RGB value is (208,68,155). Sum of RGB (Red+Green+Blue) = 208+68+155=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0449B is #2FBB64. Grayscale: #777777. Windows color (decimal): -3128165 or 10175696. OLE color: 10175696.

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

Color convert

RGB 208 68 155 -
CMYK 0 0.67 0.25 0.18
HSL 322.71º 0.6% 0.54% -
HSV(B) 322.71º 0.67% 0.82% -
XYZ 34 19.91 33.06 -
YUV 119.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 208 68 155 0 0.67 0.25 0.18 322.71 0.6 0.54
Hex D0 44 9B 0 43 19 12 143 3C 36
Octal 320 104 233 0 103 31 22 503 74 66
Binary 11010000 1000100 10011011 0 1000011 11001 10010 101000011 111100 110110

Color Harmonies of #D0449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0449B

Black with #D0449B

Text Example


Text Example

White with #D0449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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