#d5385f

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

Shades of Cerise #D5385F

Tints of Cerise #D5385F

Color information

#D5385F (or 0xD5385F) is unknown color: approx Cerise. HEX triplet: D5, 38 and 5F. RGB value is (213,56,95). Sum of RGB (Red+Green+Blue) = 213+56+95=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D5385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5385F is #2AC7A0. Grayscale: #6B6B6B. Windows color (decimal): -2803617 or 6240469. OLE color: 6240469.

HSL color Cylindrical-coordinate representation of color #D5385F: hue angle of 345.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5385F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2135695-
CMYK00.740.550.16
HSL345.1º65.15%52.75%-
HSV(B)345.1º73.71%83.53%-
XYZ30.9217.812.63-
YUV107.39121.01203.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.52%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=58.52%
G=15.38%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213569500.740.550.16345.165.1552.75
HexD5385F04A37101594135
Octal325701370112672053110165
Binary11010101111000101111101001010110111100001010110011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5385f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5385f; }

 p { color: rgb(213,56,95); }

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

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

 a { background-color: rgb(213,56,95); }

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

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

 span { border-color: rgb(213,56,95); }

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