Html Css Color HEX #D0448F Mulberry

📋 copy color: '#D0448F'

red 208 ◦ green 68 ◦ blue 143

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

Shades of Mulberry #D0448F

Tints of Mulberry #D0448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 49.64%
G = 16.23%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0448F (or 0xD0448F) is known color: Mulberry. HEX triplet: D0, 44 and 8F. RGB value is (208,68,143). Sum of RGB (Red+Green+Blue) = 208+68+143=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0448F is #2FBB70. Grayscale: #767676. Windows color (decimal): -3128177 or 9389264. OLE color: 9389264.

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

Color convert

RGB 208 68 143 -
CMYK 0 0.67 0.31 0.18
HSL 327.86º 0.6% 0.54% -
HSV(B) 327.86º 0.67% 0.82% -
XYZ 33.04 19.53 28.01 -
YUV 118.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 208 68 143 0 0.67 0.31 0.18 327.86 0.6 0.54
Hex D0 44 8F 0 43 1F 12 148 3C 36
Octal 320 104 217 0 103 37 22 510 74 66
Binary 11010000 1000100 10001111 0 1000011 11111 10010 101001000 111100 110110

Color Harmonies of #D0448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0448F

Black with #D0448F

Text Example


Text Example

White with #D0448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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