Html Css Color HEX #D2569E Mulberry

📋 copy color: '#D2569E'

red 210 ◦ green 86 ◦ blue 158

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

Shades of Mulberry #D2569E

Tints of Mulberry #D2569E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.8%

R = 46.26%
G = 18.94%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2569E (or 0xD2569E) is known color: Mulberry. HEX triplet: D2, 56 and 9E. RGB value is (210,86,158). Sum of RGB (Red+Green+Blue) = 210+86+158=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2569E is #2DA961. Grayscale: #838383. Windows color (decimal): -2992482 or 10376914. OLE color: 10376914.

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

Color convert

RGB 210 86 158 -
CMYK 0 0.59 0.25 0.18
HSL 325.16º 0.58% 0.58% -
HSV(B) 325.16º 0.59% 0.82% -
XYZ 36.08 22.83 34.85 -
YUV 131.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 210 86 158 0 0.59 0.25 0.18 325.16 0.58 0.58
Hex D2 56 9E 0 3B 19 12 145 3A 3A
Octal 322 126 236 0 73 31 22 505 72 72
Binary 11010010 1010110 10011110 0 111011 11001 10010 101000101 111010 111010

Color Harmonies of #D2569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2569E

Black with #D2569E

Text Example


Text Example

White with #D2569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2569E; }

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

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

background-color css

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

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

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

border-color css

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

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

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