Html Css Color HEX #D6395B Cerise

📋 copy color: '#D6395B'

red 214 ◦ green 57 ◦ blue 91

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

Shades of Cerise #D6395B

Tints of Cerise #D6395B

RGB

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

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

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

R = 59.12%
G = 15.75%
B = 25.14%

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

#D6395B (or 0xD6395B) is known color: Cerise. HEX triplet: D6, 39 and 5B. RGB value is (214,57,91). Sum of RGB (Red+Green+Blue) = 214+57+91=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6395B is #29C6A4. Grayscale: #6B6B6B. Windows color (decimal): -2737829 or 5978582. OLE color: 5978582.

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

Color convert

RGB 214 57 91 -
CMYK 0 0.73 0.57 0.16
HSL 347.01º 0.66% 0.53% -
HSV(B) 347.01º 0.73% 0.84% -
XYZ 31.08 17.98 11.73 -
YUV 107.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 214 57 91 0 0.73 0.57 0.16 347.01 0.66 0.53
Hex D6 39 5B 0 49 39 10 15B 42 35
Octal 326 71 133 0 111 71 20 533 102 65
Binary 11010110 111001 1011011 0 1001001 111001 10000 101011011 1000010 110101

Color Harmonies of #D6395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6395B

Black with #D6395B

Text Example


Text Example

White with #D6395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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