Html Css Color HEX #D25694 Mulberry

📋 copy color: '#D25694'

red 210 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #D25694

Tints of Mulberry #D25694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.37%

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

R = 47.3%
G = 19.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D25694 (or 0xD25694) is known color: Mulberry. HEX triplet: D2, 56 and 94. RGB value is (210,86,148). Sum of RGB (Red+Green+Blue) = 210+86+148=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D25694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25694 is #2DA96B. Grayscale: #828282. Windows color (decimal): -2992492 or 9721554. OLE color: 9721554.

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

Color convert

RGB 210 86 148 -
CMYK 0 0.59 0.30 0.18
HSL 330º 0.58% 0.58% -
HSV(B) 330º 0.59% 0.82% -
XYZ 35.25 22.5 30.5 -
YUV 130.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 210 86 148 0 0.59 0.30 0.18 330 0.58 0.58
Hex D2 56 94 0 3B 1E 12 14A 3A 3A
Octal 322 126 224 0 73 36 22 512 72 72
Binary 11010010 1010110 10010100 0 111011 11110 10010 101001010 111010 111010

Color Harmonies of #D25694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25694

Black with #D25694

Text Example


Text Example

White with #D25694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25694; }

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

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

background-color css

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

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

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

border-color css

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

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

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