Html Css Color HEX #CD538F Mulberry

📋 copy color: '#CD538F'

red 205 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #CD538F

Tints of Mulberry #CD538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 47.56%
G = 19.26%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD538F (or 0xCD538F) is known color: Mulberry. HEX triplet: CD, 53 and 8F. RGB value is (205,83,143). Sum of RGB (Red+Green+Blue) = 205+83+143=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD538F is #32AC70. Grayscale: #7E7E7E. Windows color (decimal): -3320945 or 9393101. OLE color: 9393101.

HSL color Cylindrical-coordinate representation of color #CD538F: hue angle of 330.49º 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 #CD538F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 83 143 -
CMYK 0 0.60 0.30 0.20
HSL 330.49º 0.55% 0.56% -
HSV(B) 330.49º 0.6% 0.8% -
XYZ 33.23 21.15 28.32 -
YUV 126.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 205 83 143 0 0.60 0.30 0.20 330.49 0.55 0.56
Hex CD 53 8F 0 3C 1E 14 14A 37 38
Octal 315 123 217 0 74 36 24 512 67 70
Binary 11001101 1010011 10001111 0 111100 11110 10100 101001010 110111 111000

Color Harmonies of #CD538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD538F

Black with #CD538F

Text Example


Text Example

White with #CD538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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