Html Css Color HEX #D25993 Mulberry

📋 copy color: '#D25993'

red 210 ◦ green 89 ◦ blue 147

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

Shades of Mulberry #D25993

Tints of Mulberry #D25993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

 BLUE value IS 147 (57.81% from 255) = 32.96%

R = 47.09%
G = 19.96%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D25993 (or 0xD25993) is known color: Mulberry. HEX triplet: D2, 59 and 93. RGB value is (210,89,147). Sum of RGB (Red+Green+Blue) = 210+89+147=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D25993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25993 is #2DA66C. Grayscale: #838383. Windows color (decimal): -2991725 or 9656786. OLE color: 9656786.

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

Color convert

RGB 210 89 147 -
CMYK 0 0.58 0.30 0.18
HSL 331.24º 0.57% 0.59% -
HSV(B) 331.24º 0.58% 0.82% -
XYZ 35.42 22.95 30.17 -
YUV 131.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 210 89 147 0 0.58 0.30 0.18 331.24 0.57 0.59
Hex D2 59 93 0 3A 1E 12 14B 39 3B
Octal 322 131 223 0 72 36 22 513 71 73
Binary 11010010 1011001 10010011 0 111010 11110 10010 101001011 111001 111011

Color Harmonies of #D25993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25993

Black with #D25993

Text Example


Text Example

White with #D25993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25993; }

 p { color: rgb(210,89,147); }

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

background-color css

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

 a { background-color: rgb(210,89,147); }

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

border-color css

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

 span { border-color: rgb(210,89,147); }

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