Html Css Color HEX #D25099 Mulberry

📋 copy color: '#D25099'

red 210 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #D25099

Tints of Mulberry #D25099

RGB

 RED value IS 210 (82.42% from 255) = 47.4%

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

 BLUE value IS 153 (60.16% from 255) = 34.54%

R = 47.4%
G = 18.06%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D25099 (or 0xD25099) is known color: Mulberry. HEX triplet: D2, 50 and 99. RGB value is (210,80,153). Sum of RGB (Red+Green+Blue) = 210+80+153=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D25099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25099 is #2DAF66. Grayscale: #7F7F7F. Windows color (decimal): -2994023 or 10047698. OLE color: 10047698.

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

Color convert

RGB 210 80 153 -
CMYK 0 0.62 0.27 0.18
HSL 326.31º 0.59% 0.57% -
HSV(B) 326.31º 0.62% 0.82% -
XYZ 35.2 21.74 32.48 -
YUV 127.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 210 80 153 0 0.62 0.27 0.18 326.31 0.59 0.57
Hex D2 50 99 0 3E 1B 12 146 3B 39
Octal 322 120 231 0 76 33 22 506 73 71
Binary 11010010 1010000 10011001 0 111110 11011 10010 101000110 111011 111001

Color Harmonies of #D25099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25099

Black with #D25099

Text Example


Text Example

White with #D25099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25099; }

 p { color: rgb(210,80,153); }

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

background-color css

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

 a { background-color: rgb(210,80,153); }

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

border-color css

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

 span { border-color: rgb(210,80,153); }

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