Html Css Color HEX #CD3997 Mulberry

📋 copy color: '#CD3997'

red 205 ◦ green 57 ◦ blue 151

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

Shades of Mulberry #CD3997

Tints of Mulberry #CD3997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.8%

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 49.64%
G = 13.8%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD3997 (or 0xCD3997) is known color: Mulberry. HEX triplet: CD, 39 and 97. RGB value is (205,57,151). Sum of RGB (Red+Green+Blue) = 205+57+151=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3997 is #32C668. Grayscale: #6F6F6F. Windows color (decimal): -3327593 or 9910733. OLE color: 9910733.

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

Color convert

RGB 205 57 151 -
CMYK 0 0.72 0.26 0.20
HSL 321.89º 0.6% 0.51% -
HSV(B) 321.89º 0.72% 0.8% -
XYZ 32.23 18.14 31.08 -
YUV 111.97 150.03 194.36 -
System Red Green Blue C M Y K H S L
Decimal 205 57 151 0 0.72 0.26 0.20 321.89 0.6 0.51
Hex CD 39 97 0 48 1A 14 142 3C 33
Octal 315 71 227 0 110 32 24 502 74 63
Binary 11001101 111001 10010111 0 1001000 11010 10100 101000010 111100 110011

Color Harmonies of #CD3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3997

Black with #CD3997

Text Example


Text Example

White with #CD3997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3997; }

 p { color: rgb(205,57,151); }

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

background-color css

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

 a { background-color: rgb(205,57,151); }

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

border-color css

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

 span { border-color: rgb(205,57,151); }

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