#CD3D5F

Color #CD3D5F Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #CD3D5F

Tints of Cerise #CD3D5F

Color information

#CD3D5F (or 0xCD3D5F) is unknown color: approx Cerise. HEX triplet: CD, 3D and 5F. RGB value is (205,61,95). Sum of RGB (Red+Green+Blue) = 205+61+95=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3D5F is #32C2A0. Grayscale: #6B6B6B. Windows color (decimal): -3326625 or 6241741. OLE color: 6241741.

HSL color Cylindrical-coordinate representation of color #CD3D5F: hue angle of 345.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3D5F is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB2056195-
CMYK00.700.540.20
HSL345.83º59.02%52.16%-
HSV(B)345.83º70.24%80.39%-
XYZ28.9117.1412.61-
YUV107.93120.71197.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.79%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=56.79%
G=16.90%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205619500.700.540.20345.8359.0252.16
HexCD3D5F046361415a3b34
Octal31575137010666245327364
Binary1100110111110110111110100011011011010100101011010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3D5F; }

 p { color: rgb(205,61,95); }

 H1.HeaderClassName
 {
   color: #CD3D5F;
 }
 .AnyTagClassName
 {
   color: #CD3D5F;
 }
</style>
background-color css

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

 a { background-color: rgb(205,61,95); }

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

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

 span { border-color: rgb(205,61,95); }

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