Html Css Color HEX #D0509C Mulberry

📋 copy color: '#D0509C'

red 208 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #D0509C

Tints of Mulberry #D0509C

RGB

 RED value IS 208 (81.64% from 255) = 46.85%

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

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

R = 46.85%
G = 18.02%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0509C (or 0xD0509C) is known color: Mulberry. HEX triplet: D0, 50 and 9C. RGB value is (208,80,156). Sum of RGB (Red+Green+Blue) = 208+80+156=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0509C is #2FAF63. Grayscale: #7E7E7E. Windows color (decimal): -3125092 or 10244304. OLE color: 10244304.

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

Color convert

RGB 208 80 156 -
CMYK 0 0.62 0.25 0.18
HSL 324.38º 0.58% 0.56% -
HSV(B) 324.38º 0.62% 0.82% -
XYZ 34.88 21.55 33.77 -
YUV 126.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 208 80 156 0 0.62 0.25 0.18 324.38 0.58 0.56
Hex D0 50 9C 0 3E 19 12 144 3A 38
Octal 320 120 234 0 76 31 22 504 72 70
Binary 11010000 1010000 10011100 0 111110 11001 10010 101000100 111010 111000

Color Harmonies of #D0509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0509C

Black with #D0509C

Text Example


Text Example

White with #D0509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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