Html Css Color HEX #D25394 Mulberry

📋 copy color: '#D25394'

red 210 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #D25394

Tints of Mulberry #D25394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 47.62%
G = 18.82%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D25394 (or 0xD25394) is known color: Mulberry. HEX triplet: D2, 53 and 94. RGB value is (210,83,148). Sum of RGB (Red+Green+Blue) = 210+83+148=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25394 is #2DAC6B. Grayscale: #808080. Windows color (decimal): -2993260 or 9720786. OLE color: 9720786.

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

Color convert

RGB 210 83 148 -
CMYK 0 0.60 0.30 0.18
HSL 329.29º 0.59% 0.57% -
HSV(B) 329.29º 0.6% 0.82% -
XYZ 35.02 22.03 30.42 -
YUV 128.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 210 83 148 0 0.60 0.30 0.18 329.29 0.59 0.57
Hex D2 53 94 0 3C 1E 12 149 3B 39
Octal 322 123 224 0 74 36 22 511 73 71
Binary 11010010 1010011 10010100 0 111100 11110 10010 101001001 111011 111001

Color Harmonies of #D25394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25394

Black with #D25394

Text Example


Text Example

White with #D25394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25394; }

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

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

background-color css

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

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

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

border-color css

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

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

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