Html Css Color HEX #D5396C Cerise

📋 copy color: '#D5396C'

red 213 ◦ green 57 ◦ blue 108

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

Shades of Cerise #D5396C

Tints of Cerise #D5396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 56.35%
G = 15.08%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5396C (or 0xD5396C) is known color: Cerise. HEX triplet: D5, 39 and 6C. RGB value is (213,57,108). Sum of RGB (Red+Green+Blue) = 213+57+108=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5396C is #2AC693. Grayscale: #6D6D6D. Windows color (decimal): -2803348 or 7092693. OLE color: 7092693.

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

Color convert

RGB 213 57 108 -
CMYK 0 0.73 0.49 0.16
HSL 340.38º 0.65% 0.53% -
HSV(B) 340.38º 0.73% 0.84% -
XYZ 31.61 18.16 16.03 -
YUV 109.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 213 57 108 0 0.73 0.49 0.16 340.38 0.65 0.53
Hex D5 39 6C 0 49 31 10 154 41 35
Octal 325 71 154 0 111 61 20 524 101 65
Binary 11010101 111001 1101100 0 1001001 110001 10000 101010100 1000001 110101

Color Harmonies of #D5396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5396C

Black with #D5396C

Text Example


Text Example

White with #D5396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5396C; }

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

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

background-color css

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

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

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

border-color css

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

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

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