Html Css Color HEX #D05084 Mulberry

📋 copy color: '#D05084'

red 208 ◦ green 80 ◦ blue 132

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

Shades of Mulberry #D05084

Tints of Mulberry #D05084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 49.52%
G = 19.05%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D05084 (or 0xD05084) is known color: Mulberry. HEX triplet: D0, 50 and 84. RGB value is (208,80,132). Sum of RGB (Red+Green+Blue) = 208+80+132=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D05084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05084 is #2FAF7B. Grayscale: #7C7C7C. Windows color (decimal): -3125116 or 8671440. OLE color: 8671440.

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

Color convert

RGB 208 80 132 -
CMYK 0 0.62 0.37 0.18
HSL 335.63º 0.58% 0.56% -
HSV(B) 335.63º 0.62% 0.82% -
XYZ 33.05 20.81 24.11 -
YUV 124.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 208 80 132 0 0.62 0.37 0.18 335.63 0.58 0.56
Hex D0 50 84 0 3E 25 12 150 3A 38
Octal 320 120 204 0 76 45 22 520 72 70
Binary 11010000 1010000 10000100 0 111110 100101 10010 101010000 111010 111000

Color Harmonies of #D05084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05084

Black with #D05084

Text Example


Text Example

White with #D05084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05084; }

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

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

background-color css

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

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

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

border-color css

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

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

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