Html Css Color HEX #CD4D85 Mulberry

📋 copy color: '#CD4D85'

red 205 ◦ green 77 ◦ blue 133

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

Shades of Mulberry #CD4D85

Tints of Mulberry #CD4D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.55%

 BLUE value IS 133 (52.34% from 255) = 32.05%

R = 49.4%
G = 18.55%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD4D85 (or 0xCD4D85) is known color: Mulberry. HEX triplet: CD, 4D and 85. RGB value is (205,77,133). Sum of RGB (Red+Green+Blue) = 205+77+133=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D85 is #32B27A. Grayscale: #797979. Windows color (decimal): -3322491 or 8736205. OLE color: 8736205.

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

Color convert

RGB 205 77 133 -
CMYK 0 0.62 0.35 0.20
HSL 333.75º 0.56% 0.55% -
HSV(B) 333.75º 0.62% 0.8% -
XYZ 32.06 19.98 24.36 -
YUV 121.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 205 77 133 0 0.62 0.35 0.20 333.75 0.56 0.55
Hex CD 4D 85 0 3E 23 14 14E 38 37
Octal 315 115 205 0 76 43 24 516 70 67
Binary 11001101 1001101 10000101 0 111110 100011 10100 101001110 111000 110111

Color Harmonies of #CD4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D85

Black with #CD4D85

Text Example


Text Example

White with #CD4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D85; }

 p { color: rgb(205,77,133); }

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

background-color css

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

 a { background-color: rgb(205,77,133); }

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

border-color css

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

 span { border-color: rgb(205,77,133); }

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