Html Css Color HEX #CD509E Mulberry

📋 copy color: '#CD509E'

red 205 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #CD509E

Tints of Mulberry #CD509E

RGB

 RED value IS 205 (80.47% from 255) = 46.28%

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

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

R = 46.28%
G = 18.06%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD509E (or 0xCD509E) is known color: Mulberry. HEX triplet: CD, 50 and 9E. RGB value is (205,80,158). Sum of RGB (Red+Green+Blue) = 205+80+158=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD509E is #32AF61. Grayscale: #7E7E7E. Windows color (decimal): -3321698 or 10375373. OLE color: 10375373.

HSL color Cylindrical-coordinate representation of color #CD509E: hue angle of 322.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD509E is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 80 158 -
CMYK 0 0.61 0.23 0.20
HSL 322.56º 0.56% 0.56% -
HSV(B) 322.56º 0.61% 0.8% -
XYZ 34.22 21.19 34.63 -
YUV 126.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 205 80 158 0 0.61 0.23 0.20 322.56 0.56 0.56
Hex CD 50 9E 0 3D 17 14 143 38 38
Octal 315 120 236 0 75 27 24 503 70 70
Binary 11001101 1010000 10011110 0 111101 10111 10100 101000011 111000 111000

Color Harmonies of #CD509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD509E

Black with #CD509E

Text Example


Text Example

White with #CD509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD509E; }

 p { color: rgb(205,80,158); }

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

background-color css

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

 a { background-color: rgb(205,80,158); }

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

border-color css

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

 span { border-color: rgb(205,80,158); }

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