Html Css Color HEX #CD4085 Mulberry

📋 copy color: '#CD4085'

red 205 ◦ green 64 ◦ blue 133

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

Shades of Mulberry #CD4085

Tints of Mulberry #CD4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.92%

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

R = 51%
G = 15.92%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD4085 (or 0xCD4085) is known color: Mulberry. HEX triplet: CD, 40 and 85. RGB value is (205,64,133). Sum of RGB (Red+Green+Blue) = 205+64+133=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4085 is #32BF7A. Grayscale: #717171. Windows color (decimal): -3325819 or 8732877. OLE color: 8732877.

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

Color convert

RGB 205 64 133 -
CMYK 0 0.69 0.35 0.20
HSL 330.64º 0.59% 0.53% -
HSV(B) 330.64º 0.69% 0.8% -
XYZ 31.24 18.34 24.08 -
YUV 114.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 205 64 133 0 0.69 0.35 0.20 330.64 0.59 0.53
Hex CD 40 85 0 45 23 14 14B 3B 35
Octal 315 100 205 0 105 43 24 513 73 65
Binary 11001101 1000000 10000101 0 1000101 100011 10100 101001011 111011 110101

Color Harmonies of #CD4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4085

Black with #CD4085

Text Example


Text Example

White with #CD4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4085; }

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

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

background-color css

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

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

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

border-color css

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

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

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