Html Css Color HEX #D1318E Deep Cerise

📋 copy color: '#D1318E'

red 209 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #D1318E

Tints of Deep Cerise #D1318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 52.25%
G = 12.25%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1318E (or 0xD1318E) is known color: Deep Cerise. HEX triplet: D1, 31 and 8E. RGB value is (209,49,142). Sum of RGB (Red+Green+Blue) = 209+49+142=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1318E is #2ECE71. Grayscale: #6B6B6B. Windows color (decimal): -3067506 or 9318865. OLE color: 9318865.

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

Color convert

RGB 209 49 142 -
CMYK 0 0.77 0.32 0.18
HSL 325.13º 0.63% 0.51% -
HSV(B) 325.13º 0.77% 0.82% -
XYZ 32.28 17.7 27.31 -
YUV 107.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 209 49 142 0 0.77 0.32 0.18 325.13 0.63 0.51
Hex D1 31 8E 0 4D 20 12 145 3F 33
Octal 321 61 216 0 115 40 22 505 77 63
Binary 11010001 110001 10001110 0 1001101 100000 10010 101000101 111111 110011

Color Harmonies of #D1318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1318E

Black with #D1318E

Text Example


Text Example

White with #D1318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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