Html Css Color HEX #D25299 Mulberry

📋 copy color: '#D25299'

red 210 ◦ green 82 ◦ blue 153

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

Shades of Mulberry #D25299

Tints of Mulberry #D25299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.43%

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

R = 47.19%
G = 18.43%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D25299 (or 0xD25299) is known color: Mulberry. HEX triplet: D2, 52 and 99. RGB value is (210,82,153). Sum of RGB (Red+Green+Blue) = 210+82+153=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D25299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25299 is #2DAD66. Grayscale: #808080. Windows color (decimal): -2993511 or 10048210. OLE color: 10048210.

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

Color convert

RGB 210 82 153 -
CMYK 0 0.61 0.27 0.18
HSL 326.72º 0.59% 0.57% -
HSV(B) 326.72º 0.61% 0.82% -
XYZ 35.35 22.04 32.53 -
YUV 128.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 210 82 153 0 0.61 0.27 0.18 326.72 0.59 0.57
Hex D2 52 99 0 3D 1B 12 147 3B 39
Octal 322 122 231 0 75 33 22 507 73 71
Binary 11010010 1010010 10011001 0 111101 11011 10010 101000111 111011 111001

Color Harmonies of #D25299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25299

Black with #D25299

Text Example


Text Example

White with #D25299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25299; }

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

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

background-color css

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

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

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

border-color css

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

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

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