Html Css Color HEX #CD5283 Mulberry

📋 copy color: '#CD5283'

red 205 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #CD5283

Tints of Mulberry #CD5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 49.04%
G = 19.62%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CD5283 (or 0xCD5283) is known color: Mulberry. HEX triplet: CD, 52 and 83. RGB value is (205,82,131). Sum of RGB (Red+Green+Blue) = 205+82+131=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5283 is #32AD7C. Grayscale: #7C7C7C. Windows color (decimal): -3321213 or 8606413. OLE color: 8606413.

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

Color convert

RGB 205 82 131 -
CMYK 0 0.6 0.36 0.20
HSL 336.1º 0.55% 0.56% -
HSV(B) 336.1º 0.6% 0.8% -
XYZ 32.29 20.65 23.76 -
YUV 124.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 205 82 131 0 0.6 0.36 0.20 336.1 0.55 0.56
Hex CD 52 83 0 3C 24 14 150 37 38
Octal 315 122 203 0 74 44 24 520 67 70
Binary 11001101 1010010 10000011 0 111100 100100 10100 101010000 110111 111000

Color Harmonies of #CD5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5283

Black with #CD5283

Text Example


Text Example

White with #CD5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5283; }

 p { color: rgb(205,82,131); }

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

background-color css

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

 a { background-color: rgb(205,82,131); }

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

border-color css

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

 span { border-color: rgb(205,82,131); }

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