#D5235D

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

Shades of Cerise #D5235D

Tints of Cerise #D5235D

Color information

#D5235D (or 0xD5235D) is unknown color: approx Cerise. HEX triplet: D5, 23 and 5D. RGB value is (213,35,93). Sum of RGB (Red+Green+Blue) = 213+35+93=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5235D is #2ADCA2. Grayscale: #5E5E5E. Windows color (decimal): -2808995 or 6104021. OLE color: 6104021.

HSL color Cylindrical-coordinate representation of color #D5235D: hue angle of 340.45º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5235D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB2133593-
CMYK00.840.560.16
HSL340.45º71.77%48.63%-
HSV(B)340.45º83.57%83.53%-
XYZ30.0216.1411.89-
YUV94.83126.97212.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.46%
GREEN value IS 35 (14.06% from 255) = 10.26%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=62.46%
G=10.26%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213359300.840.560.16340.4571.7748.63
HexD5235D05438101544831
Octal325431350124702052411061
Binary11010101100011101110101010100111000100001010101001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5235D; }

 p { color: rgb(213,35,93); }

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

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

 a { background-color: rgb(213,35,93); }

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

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

 span { border-color: rgb(213,35,93); }

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