Html Css Color HEX #D6395D Cerise

📋 copy color: '#D6395D'

red 214 ◦ green 57 ◦ blue 93

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

Shades of Cerise #D6395D

Tints of Cerise #D6395D

RGB

 RED value IS 214 (83.98% from 255) = 58.79%

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

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

R = 58.79%
G = 15.66%
B = 25.55%

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

#D6395D (or 0xD6395D) is known color: Cerise. HEX triplet: D6, 39 and 5D. RGB value is (214,57,93). Sum of RGB (Red+Green+Blue) = 214+57+93=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6395D is #29C6A2. Grayscale: #6C6C6C. Windows color (decimal): -2737827 or 6109654. OLE color: 6109654.

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

Color convert

RGB 214 57 93 -
CMYK 0 0.73 0.57 0.16
HSL 346.24º 0.66% 0.53% -
HSV(B) 346.24º 0.73% 0.84% -
XYZ 31.17 18.01 12.19 -
YUV 108.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 214 57 93 0 0.73 0.57 0.16 346.24 0.66 0.53
Hex D6 39 5D 0 49 39 10 15A 42 35
Octal 326 71 135 0 111 71 20 532 102 65
Binary 11010110 111001 1011101 0 1001001 111001 10000 101011010 1000010 110101

Color Harmonies of #D6395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6395D

Black with #D6395D

Text Example


Text Example

White with #D6395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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