Html Css Color HEX #D05090 Mulberry

📋 copy color: '#D05090'

red 208 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #D05090

Tints of Mulberry #D05090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 48.15%
G = 18.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D05090 (or 0xD05090) is known color: Mulberry. HEX triplet: D0, 50 and 90. RGB value is (208,80,144). Sum of RGB (Red+Green+Blue) = 208+80+144=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D05090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05090 is #2FAF6F. Grayscale: #7D7D7D. Windows color (decimal): -3125104 or 9457872. OLE color: 9457872.

HSL color Cylindrical-coordinate representation of color #D05090: hue angle of 330º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05090 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 80 144 -
CMYK 0 0.62 0.31 0.18
HSL 330º 0.58% 0.56% -
HSV(B) 330º 0.62% 0.82% -
XYZ 33.92 21.16 28.68 -
YUV 125.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 208 80 144 0 0.62 0.31 0.18 330 0.58 0.56
Hex D0 50 90 0 3E 1F 12 14A 3A 38
Octal 320 120 220 0 76 37 22 512 72 70
Binary 11010000 1010000 10010000 0 111110 11111 10010 101001010 111010 111000

Color Harmonies of #D05090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05090

Black with #D05090

Text Example


Text Example

White with #D05090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05090; }

 p { color: rgb(208,80,144); }

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

background-color css

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

 a { background-color: rgb(208,80,144); }

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

border-color css

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

 span { border-color: rgb(208,80,144); }

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