Html Css Color HEX #D1315C Cerise

📋 copy color: '#D1315C'

red 209 ◦ green 49 ◦ blue 92

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

Shades of Cerise #D1315C

Tints of Cerise #D1315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 59.71%
G = 14%
B = 26.29%

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

#D1315C (or 0xD1315C) is known color: Cerise. HEX triplet: D1, 31 and 5C. RGB value is (209,49,92). Sum of RGB (Red+Green+Blue) = 209+49+92=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1315C is #2ECEA3. Grayscale: #656565. Windows color (decimal): -3067556 or 6042065. OLE color: 6042065.

HSL color Cylindrical-coordinate representation of color #D1315C: hue angle of 343.88º 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 #D1315C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 92 -
CMYK 0 0.77 0.56 0.18
HSL 343.88º 0.63% 0.51% -
HSV(B) 343.88º 0.77% 0.82% -
XYZ 29.32 16.52 11.77 -
YUV 101.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 209 49 92 0 0.77 0.56 0.18 343.88 0.63 0.51
Hex D1 31 5C 0 4D 38 12 158 3F 33
Octal 321 61 134 0 115 70 22 530 77 63
Binary 11010001 110001 1011100 0 1001101 111000 10010 101011000 111111 110011

Color Harmonies of #D1315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1315C

Black with #D1315C

Text Example


Text Example

White with #D1315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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