Html Css Color HEX #D2509C Mulberry

📋 copy color: '#D2509C'

red 210 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #D2509C

Tints of Mulberry #D2509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

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

R = 47.09%
G = 17.94%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2509C (or 0xD2509C) is known color: Mulberry. HEX triplet: D2, 50 and 9C. RGB value is (210,80,156). Sum of RGB (Red+Green+Blue) = 210+80+156=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2509C is #2DAF63. Grayscale: #7F7F7F. Windows color (decimal): -2994020 or 10244306. OLE color: 10244306.

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

Color convert

RGB 210 80 156 -
CMYK 0 0.62 0.26 0.18
HSL 324.92º 0.59% 0.57% -
HSV(B) 324.92º 0.62% 0.82% -
XYZ 35.45 21.84 33.8 -
YUV 127.53 144.07 186.82 -
System Red Green Blue C M Y K H S L
Decimal 210 80 156 0 0.62 0.26 0.18 324.92 0.59 0.57
Hex D2 50 9C 0 3E 1A 12 145 3B 39
Octal 322 120 234 0 76 32 22 505 73 71
Binary 11010010 1010000 10011100 0 111110 11010 10010 101000101 111011 111001

Color Harmonies of #D2509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2509C

Black with #D2509C

Text Example


Text Example

White with #D2509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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