Html Css Color HEX #CD538E Mulberry

📋 copy color: '#CD538E'

red 205 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #CD538E

Tints of Mulberry #CD538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.3%

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 47.67%
G = 19.3%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD538E (or 0xCD538E) is known color: Mulberry. HEX triplet: CD, 53 and 8E. RGB value is (205,83,142). Sum of RGB (Red+Green+Blue) = 205+83+142=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD538E is #32AC71. Grayscale: #7E7E7E. Windows color (decimal): -3320946 or 9327565. OLE color: 9327565.

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

Color convert

RGB 205 83 142 -
CMYK 0 0.60 0.31 0.20
HSL 330.98º 0.55% 0.56% -
HSV(B) 330.98º 0.6% 0.8% -
XYZ 33.15 21.12 27.92 -
YUV 126.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 205 83 142 0 0.60 0.31 0.20 330.98 0.55 0.56
Hex CD 53 8E 0 3C 1F 14 14B 37 38
Octal 315 123 216 0 74 37 24 513 67 70
Binary 11001101 1010011 10001110 0 111100 11111 10100 101001011 110111 111000

Color Harmonies of #CD538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD538E

Black with #CD538E

Text Example


Text Example

White with #CD538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD538E; }

 p { color: rgb(205,83,142); }

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

background-color css

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

 a { background-color: rgb(205,83,142); }

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

border-color css

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

 span { border-color: rgb(205,83,142); }

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