Html Css Color HEX #D6315B Cerise

📋 copy color: '#D6315B'

red 214 ◦ green 49 ◦ blue 91

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

Shades of Cerise #D6315B

Tints of Cerise #D6315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

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

R = 60.45%
G = 13.84%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6315B (or 0xD6315B) is known color: Cerise. HEX triplet: D6, 31 and 5B. RGB value is (214,49,91). Sum of RGB (Red+Green+Blue) = 214+49+91=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6315B is #29CEA4. Grayscale: #676767. Windows color (decimal): -2739877 or 5976534. OLE color: 5976534.

HSL color Cylindrical-coordinate representation of color #D6315B: hue angle of 344.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6315B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 49 91 -
CMYK 0 0.77 0.57 0.16
HSL 344.73º 0.67% 0.52% -
HSV(B) 344.73º 0.77% 0.84% -
XYZ 30.72 17.25 11.61 -
YUV 103.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 214 49 91 0 0.77 0.57 0.16 344.73 0.67 0.52
Hex D6 31 5B 0 4D 39 10 159 43 34
Octal 326 61 133 0 115 71 20 531 103 64
Binary 11010110 110001 1011011 0 1001101 111001 10000 101011001 1000011 110100

Color Harmonies of #D6315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6315B

Black with #D6315B

Text Example


Text Example

White with #D6315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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