Html Css Color HEX #D05892 Mulberry

📋 copy color: '#D05892'

red 208 ◦ green 88 ◦ blue 146

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

Shades of Mulberry #D05892

Tints of Mulberry #D05892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.91%

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 47.06%
G = 19.91%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D05892 (or 0xD05892) is known color: Mulberry. HEX triplet: D0, 58 and 92. RGB value is (208,88,146). Sum of RGB (Red+Green+Blue) = 208+88+146=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D05892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05892 is #2FA76D. Grayscale: #828282. Windows color (decimal): -3123054 or 9590992. OLE color: 9590992.

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

Color convert

RGB 208 88 146 -
CMYK 0 0.58 0.30 0.18
HSL 331º 0.56% 0.58% -
HSV(B) 331º 0.58% 0.82% -
XYZ 34.69 22.46 29.7 -
YUV 130.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 208 88 146 0 0.58 0.30 0.18 331 0.56 0.58
Hex D0 58 92 0 3A 1E 12 14B 38 3A
Octal 320 130 222 0 72 36 22 513 70 72
Binary 11010000 1011000 10010010 0 111010 11110 10010 101001011 111000 111010

Color Harmonies of #D05892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05892

Black with #D05892

Text Example


Text Example

White with #D05892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05892; }

 p { color: rgb(208,88,146); }

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

background-color css

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

 a { background-color: rgb(208,88,146); }

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

border-color css

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

 span { border-color: rgb(208,88,146); }

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