Html Css Color HEX #D5395B Cerise

📋 copy color: '#D5395B'

red 213 ◦ green 57 ◦ blue 91

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

Shades of Cerise #D5395B

Tints of Cerise #D5395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 59%
G = 15.79%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5395B (or 0xD5395B) is known color: Cerise. HEX triplet: D5, 39 and 5B. RGB value is (213,57,91). Sum of RGB (Red+Green+Blue) = 213+57+91=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5395B is #2AC6A4. Grayscale: #6B6B6B. Windows color (decimal): -2803365 or 5978581. OLE color: 5978581.

HSL color Cylindrical-coordinate representation of color #D5395B: hue angle of 346.92º 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 #D5395B is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 91 -
CMYK 0 0.73 0.57 0.16
HSL 346.92º 0.65% 0.53% -
HSV(B) 346.92º 0.73% 0.84% -
XYZ 30.79 17.83 11.72 -
YUV 107.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 213 57 91 0 0.73 0.57 0.16 346.92 0.65 0.53
Hex D5 39 5B 0 49 39 10 15B 41 35
Octal 325 71 133 0 111 71 20 533 101 65
Binary 11010101 111001 1011011 0 1001001 111001 10000 101011011 1000001 110101

Color Harmonies of #D5395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5395B

Black with #D5395B

Text Example


Text Example

White with #D5395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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