Html Css Color HEX #D25396 Mulberry

📋 copy color: '#D25396'

red 210 ◦ green 83 ◦ blue 150

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

Shades of Mulberry #D25396

Tints of Mulberry #D25396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 47.4%
G = 18.74%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D25396 (or 0xD25396) is known color: Mulberry. HEX triplet: D2, 53 and 96. RGB value is (210,83,150). Sum of RGB (Red+Green+Blue) = 210+83+150=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D25396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25396 is #2DAC69. Grayscale: #808080. Windows color (decimal): -2993258 or 9851858. OLE color: 9851858.

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

Color convert

RGB 210 83 150 -
CMYK 0 0.60 0.29 0.18
HSL 328.35º 0.59% 0.57% -
HSV(B) 328.35º 0.6% 0.82% -
XYZ 35.18 22.09 31.26 -
YUV 128.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 210 83 150 0 0.60 0.29 0.18 328.35 0.59 0.57
Hex D2 53 96 0 3C 1D 12 148 3B 39
Octal 322 123 226 0 74 35 22 510 73 71
Binary 11010010 1010011 10010110 0 111100 11101 10010 101001000 111011 111001

Color Harmonies of #D25396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25396

Black with #D25396

Text Example


Text Example

White with #D25396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25396; }

 p { color: rgb(210,83,150); }

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

background-color css

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

 a { background-color: rgb(210,83,150); }

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

border-color css

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

 span { border-color: rgb(210,83,150); }

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