Html Css Color HEX #D05092 Mulberry

📋 copy color: '#D05092'

red 208 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #D05092

Tints of Mulberry #D05092

RGB

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

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

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

R = 47.93%
G = 18.43%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D05092 (or 0xD05092) is known color: Mulberry. HEX triplet: D0, 50 and 92. RGB value is (208,80,146). Sum of RGB (Red+Green+Blue) = 208+80+146=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D05092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05092 is #2FAF6D. Grayscale: #7D7D7D. Windows color (decimal): -3125102 or 9588944. OLE color: 9588944.

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

Color convert

RGB 208 80 146 -
CMYK 0 0.62 0.30 0.18
HSL 329.06º 0.58% 0.56% -
HSV(B) 329.06º 0.62% 0.82% -
XYZ 34.07 21.22 29.49 -
YUV 125.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 208 80 146 0 0.62 0.30 0.18 329.06 0.58 0.56
Hex D0 50 92 0 3E 1E 12 149 3A 38
Octal 320 120 222 0 76 36 22 511 72 70
Binary 11010000 1010000 10010010 0 111110 11110 10010 101001001 111010 111000

Color Harmonies of #D05092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05092

Black with #D05092

Text Example


Text Example

White with #D05092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05092; }

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

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

background-color css

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

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

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

border-color css

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

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

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