Html Css Color HEX #D25397 Mulberry

📋 copy color: '#D25397'

red 210 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #D25397

Tints of Mulberry #D25397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 47.3%
G = 18.69%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D25397 (or 0xD25397) is known color: Mulberry. HEX triplet: D2, 53 and 97. RGB value is (210,83,151). Sum of RGB (Red+Green+Blue) = 210+83+151=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D25397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25397 is #2DAC68. Grayscale: #808080. Windows color (decimal): -2993257 or 9917394. OLE color: 9917394.

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

Color convert

RGB 210 83 151 -
CMYK 0 0.60 0.28 0.18
HSL 327.87º 0.59% 0.57% -
HSV(B) 327.87º 0.6% 0.82% -
XYZ 35.26 22.12 31.69 -
YUV 128.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 210 83 151 0 0.60 0.28 0.18 327.87 0.59 0.57
Hex D2 53 97 0 3C 1C 12 148 3B 39
Octal 322 123 227 0 74 34 22 510 73 71
Binary 11010010 1010011 10010111 0 111100 11100 10010 101001000 111011 111001

Color Harmonies of #D25397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25397

Black with #D25397

Text Example


Text Example

White with #D25397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25397; }

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

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

background-color css

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

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

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

border-color css

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

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

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