Html Css Color HEX #D1315D Cerise

📋 copy color: '#D1315D'

red 209 ◦ green 49 ◦ blue 93

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

Shades of Cerise #D1315D

Tints of Cerise #D1315D

RGB

 RED value IS 209 (82.03% from 255) = 59.54%

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

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

R = 59.54%
G = 13.96%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1315D (or 0xD1315D) is known color: Cerise. HEX triplet: D1, 31 and 5D. RGB value is (209,49,93). Sum of RGB (Red+Green+Blue) = 209+49+93=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1315D is #2ECEA2. Grayscale: #656565. Windows color (decimal): -3067555 or 6107601. OLE color: 6107601.

HSL color Cylindrical-coordinate representation of color #D1315D: hue angle of 343.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1315D is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 93 -
CMYK 0 0.77 0.56 0.18
HSL 343.5º 0.63% 0.51% -
HSV(B) 343.5º 0.77% 0.82% -
XYZ 29.37 16.54 12 -
YUV 101.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 209 49 93 0 0.77 0.56 0.18 343.5 0.63 0.51
Hex D1 31 5D 0 4D 38 12 158 3F 33
Octal 321 61 135 0 115 70 22 530 77 63
Binary 11010001 110001 1011101 0 1001101 111000 10010 101011000 111111 110011

Color Harmonies of #D1315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1315D

Black with #D1315D

Text Example


Text Example

White with #D1315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1315D; }

 p { color: rgb(209,49,93); }

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

background-color css

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

 a { background-color: rgb(209,49,93); }

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

border-color css

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

 span { border-color: rgb(209,49,93); }

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