Html Css Color HEX #D5395D Cerise

📋 copy color: '#D5395D'

red 213 ◦ green 57 ◦ blue 93

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

Shades of Cerise #D5395D

Tints of Cerise #D5395D

RGB

 RED value IS 213 (83.59% from 255) = 58.68%

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 58.68%
G = 15.7%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5395D (or 0xD5395D) is known color: Cerise. HEX triplet: D5, 39 and 5D. RGB value is (213,57,93). Sum of RGB (Red+Green+Blue) = 213+57+93=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5395D is #2AC6A2. Grayscale: #6B6B6B. Windows color (decimal): -2803363 or 6109653. OLE color: 6109653.

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

Color convert

RGB 213 57 93 -
CMYK 0 0.73 0.56 0.16
HSL 346.15º 0.65% 0.53% -
HSV(B) 346.15º 0.73% 0.84% -
XYZ 30.88 17.86 12.18 -
YUV 107.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 213 57 93 0 0.73 0.56 0.16 346.15 0.65 0.53
Hex D5 39 5D 0 49 38 10 15A 41 35
Octal 325 71 135 0 111 70 20 532 101 65
Binary 11010101 111001 1011101 0 1001001 111000 10000 101011010 1000001 110101

Color Harmonies of #D5395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5395D

Black with #D5395D

Text Example


Text Example

White with #D5395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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