Html Css Color HEX #D2569C Mulberry

📋 copy color: '#D2569C'

red 210 ◦ green 86 ◦ blue 156

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

Shades of Mulberry #D2569C

Tints of Mulberry #D2569C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 46.46%
G = 19.03%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2569C (or 0xD2569C) is known color: Mulberry. HEX triplet: D2, 56 and 9C. RGB value is (210,86,156). Sum of RGB (Red+Green+Blue) = 210+86+156=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2569C is #2DA963. Grayscale: #828282. Windows color (decimal): -2992484 or 10245842. OLE color: 10245842.

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

Color convert

RGB 210 86 156 -
CMYK 0 0.59 0.26 0.18
HSL 326.13º 0.58% 0.58% -
HSV(B) 326.13º 0.59% 0.82% -
XYZ 35.91 22.76 33.95 -
YUV 131.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 210 86 156 0 0.59 0.26 0.18 326.13 0.58 0.58
Hex D2 56 9C 0 3B 1A 12 146 3A 3A
Octal 322 126 234 0 73 32 22 506 72 72
Binary 11010010 1010110 10011100 0 111011 11010 10010 101000110 111010 111010

Color Harmonies of #D2569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2569C

Black with #D2569C

Text Example


Text Example

White with #D2569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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