Html Css Color HEX #D0448B Mulberry

📋 copy color: '#D0448B'

red 208 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #D0448B

Tints of Mulberry #D0448B

RGB

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

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

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

R = 50.12%
G = 16.39%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0448B (or 0xD0448B) is known color: Mulberry. HEX triplet: D0, 44 and 8B. RGB value is (208,68,139). Sum of RGB (Red+Green+Blue) = 208+68+139=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0448B is #2FBB74. Grayscale: #757575. Windows color (decimal): -3128181 or 9127120. OLE color: 9127120.

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

Color convert

RGB 208 68 139 -
CMYK 0 0.67 0.33 0.18
HSL 329.57º 0.6% 0.54% -
HSV(B) 329.57º 0.67% 0.82% -
XYZ 32.74 19.41 26.45 -
YUV 117.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 208 68 139 0 0.67 0.33 0.18 329.57 0.6 0.54
Hex D0 44 8B 0 43 21 12 14A 3C 36
Octal 320 104 213 0 103 41 22 512 74 66
Binary 11010000 1000100 10001011 0 1000011 100001 10010 101001010 111100 110110

Color Harmonies of #D0448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0448B

Black with #D0448B

Text Example


Text Example

White with #D0448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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