Html Css Color HEX #D6509C Mulberry

📋 copy color: '#D6509C'

red 214 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #D6509C

Tints of Mulberry #D6509C

RGB

 RED value IS 214 (83.98% from 255) = 47.56%

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

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

R = 47.56%
G = 17.78%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6509C (or 0xD6509C) is known color: Mulberry. HEX triplet: D6, 50 and 9C. RGB value is (214,80,156). Sum of RGB (Red+Green+Blue) = 214+80+156=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6509C is #29AF63. Grayscale: #808080. Windows color (decimal): -2731876 or 10244310. OLE color: 10244310.

HSL color Cylindrical-coordinate representation of color #D6509C: hue angle of 325.97º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6509C is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 156 -
CMYK 0 0.63 0.27 0.16
HSL 325.97º 0.62% 0.58% -
HSV(B) 325.97º 0.63% 0.84% -
XYZ 36.6 22.43 33.85 -
YUV 128.73 143.39 188.82 -
System Red Green Blue C M Y K H S L
Decimal 214 80 156 0 0.63 0.27 0.16 325.97 0.62 0.58
Hex D6 50 9C 0 3F 1B 10 146 3E 3A
Octal 326 120 234 0 77 33 20 506 76 72
Binary 11010110 1010000 10011100 0 111111 11011 10000 101000110 111110 111010

Color Harmonies of #D6509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6509C

Black with #D6509C

Text Example


Text Example

White with #D6509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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