Html Css Color HEX #CD3F5D Mandy

📋 copy color: '#CD3F5D'

red 205 ◦ green 63 ◦ blue 93

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

Shades of Mandy #CD3F5D

Tints of Mandy #CD3F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 56.79%
G = 17.45%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD3F5D (or 0xCD3F5D) is known color: Mandy. HEX triplet: CD, 3F and 5D. RGB value is (205,63,93). Sum of RGB (Red+Green+Blue) = 205+63+93=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F5D is #32C0A2. Grayscale: #6C6C6C. Windows color (decimal): -3326115 or 6111181. OLE color: 6111181.

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

Color convert

RGB 205 63 93 -
CMYK 0 0.69 0.55 0.20
HSL 347.32º 0.59% 0.53% -
HSV(B) 347.32º 0.69% 0.8% -
XYZ 28.93 17.32 12.18 -
YUV 108.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 205 63 93 0 0.69 0.55 0.20 347.32 0.59 0.53
Hex CD 3F 5D 0 45 37 14 15B 3B 35
Octal 315 77 135 0 105 67 24 533 73 65
Binary 11001101 111111 1011101 0 1000101 110111 10100 101011011 111011 110101

Color Harmonies of #CD3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F5D

Black with #CD3F5D

Text Example


Text Example

White with #CD3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F5D; }

 p { color: rgb(205,63,93); }

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

background-color css

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

 a { background-color: rgb(205,63,93); }

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

border-color css

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

 span { border-color: rgb(205,63,93); }

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