Html Css Color HEX #D3315B Cerise

📋 copy color: '#D3315B'

red 211 ◦ green 49 ◦ blue 91

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

Shades of Cerise #D3315B

Tints of Cerise #D3315B

RGB

 RED value IS 211 (82.81% from 255) = 60.11%

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

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

R = 60.11%
G = 13.96%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3315B (or 0xD3315B) is known color: Cerise. HEX triplet: D3, 31 and 5B. RGB value is (211,49,91). Sum of RGB (Red+Green+Blue) = 211+49+91=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D3315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3315B is #2CCEA4. Grayscale: #666666. Windows color (decimal): -2936485 or 5976531. OLE color: 5976531.

HSL color Cylindrical-coordinate representation of color #D3315B: hue angle of 344.44º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3315B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 91 -
CMYK 0 0.77 0.57 0.17
HSL 344.44º 0.65% 0.51% -
HSV(B) 344.44º 0.77% 0.83% -
XYZ 29.85 16.8 11.57 -
YUV 102.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 211 49 91 0 0.77 0.57 0.17 344.44 0.65 0.51
Hex D3 31 5B 0 4D 39 11 158 41 33
Octal 323 61 133 0 115 71 21 530 101 63
Binary 11010011 110001 1011011 0 1001101 111001 10001 101011000 1000001 110011

Color Harmonies of #D3315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3315B

Black with #D3315B

Text Example


Text Example

White with #D3315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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