Html Css Color HEX #D25298 Mulberry

📋 copy color: '#D25298'

red 210 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #D25298

Tints of Mulberry #D25298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.23%

R = 47.3%
G = 18.47%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D25298 (or 0xD25298) is known color: Mulberry. HEX triplet: D2, 52 and 98. RGB value is (210,82,152). Sum of RGB (Red+Green+Blue) = 210+82+152=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D25298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25298 is #2DAD67. Grayscale: #808080. Windows color (decimal): -2993512 or 9982674. OLE color: 9982674.

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

Color convert

RGB 210 82 152 -
CMYK 0 0.61 0.28 0.18
HSL 327.19º 0.59% 0.57% -
HSV(B) 327.19º 0.61% 0.82% -
XYZ 35.26 22 32.09 -
YUV 128.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 210 82 152 0 0.61 0.28 0.18 327.19 0.59 0.57
Hex D2 52 98 0 3D 1C 12 147 3B 39
Octal 322 122 230 0 75 34 22 507 73 71
Binary 11010010 1010010 10011000 0 111101 11100 10010 101000111 111011 111001

Color Harmonies of #D25298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25298

Black with #D25298

Text Example


Text Example

White with #D25298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25298; }

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

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

background-color css

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

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

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

border-color css

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

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

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