Html Css Color HEX #D1318D Deep Cerise

📋 copy color: '#D1318D'

red 209 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #D1318D

Tints of Deep Cerise #D1318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 52.38%
G = 12.28%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1318D (or 0xD1318D) is known color: Deep Cerise. HEX triplet: D1, 31 and 8D. RGB value is (209,49,141). Sum of RGB (Red+Green+Blue) = 209+49+141=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1318D is #2ECE72. Grayscale: #6B6B6B. Windows color (decimal): -3067507 or 9253329. OLE color: 9253329.

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

Color convert

RGB 209 49 141 -
CMYK 0 0.77 0.33 0.18
HSL 325.5º 0.63% 0.51% -
HSV(B) 325.5º 0.77% 0.82% -
XYZ 32.2 17.68 26.91 -
YUV 107.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 209 49 141 0 0.77 0.33 0.18 325.5 0.63 0.51
Hex D1 31 8D 0 4D 21 12 146 3F 33
Octal 321 61 215 0 115 41 22 506 77 63
Binary 11010001 110001 10001101 0 1001101 100001 10010 101000110 111111 110011

Color Harmonies of #D1318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1318D

Black with #D1318D

Text Example


Text Example

White with #D1318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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