Html Css Color HEX #CD389E Mulberry

📋 copy color: '#CD389E'

red 205 ◦ green 56 ◦ blue 158

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

Shades of Mulberry #CD389E

Tints of Mulberry #CD389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.37%

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

R = 48.93%
G = 13.37%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD389E (or 0xCD389E) is known color: Mulberry. HEX triplet: CD, 38 and 9E. RGB value is (205,56,158). Sum of RGB (Red+Green+Blue) = 205+56+158=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD389E is #32C761. Grayscale: #6F6F6F. Windows color (decimal): -3327842 or 10369229. OLE color: 10369229.

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

Color convert

RGB 205 56 158 -
CMYK 0 0.73 0.23 0.20
HSL 318.93º 0.6% 0.51% -
HSV(B) 318.93º 0.73% 0.8% -
XYZ 32.76 18.28 34.15 -
YUV 112.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 205 56 158 0 0.73 0.23 0.20 318.93 0.6 0.51
Hex CD 38 9E 0 49 17 14 13F 3C 33
Octal 315 70 236 0 111 27 24 477 74 63
Binary 11001101 111000 10011110 0 1001001 10111 10100 100111111 111100 110011

Color Harmonies of #CD389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD389E

Black with #CD389E

Text Example


Text Example

White with #CD389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD389E; }

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

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

background-color css

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

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

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

border-color css

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

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

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