Html Css Color HEX #D25290 Mulberry

📋 copy color: '#D25290'

red 210 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #D25290

Tints of Mulberry #D25290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 48.17%
G = 18.81%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D25290 (or 0xD25290) is known color: Mulberry. HEX triplet: D2, 52 and 90. RGB value is (210,82,144). Sum of RGB (Red+Green+Blue) = 210+82+144=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D25290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25290 is #2DAD6F. Grayscale: #7F7F7F. Windows color (decimal): -2993520 or 9458386. OLE color: 9458386.

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

Color convert

RGB 210 82 144 -
CMYK 0 0.61 0.31 0.18
HSL 330.94º 0.59% 0.57% -
HSV(B) 330.94º 0.61% 0.82% -
XYZ 34.63 21.75 28.76 -
YUV 127.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 210 82 144 0 0.61 0.31 0.18 330.94 0.59 0.57
Hex D2 52 90 0 3D 1F 12 14B 3B 39
Octal 322 122 220 0 75 37 22 513 73 71
Binary 11010010 1010010 10010000 0 111101 11111 10010 101001011 111011 111001

Color Harmonies of #D25290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25290

Black with #D25290

Text Example


Text Example

White with #D25290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25290; }

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

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

background-color css

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

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

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

border-color css

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

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

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