Html Css Color HEX #D1318B Deep Cerise

📋 copy color: '#D1318B'

red 209 ◦ green 49 ◦ blue 139

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

Shades of Deep Cerise #D1318B

Tints of Deep Cerise #D1318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 52.64%
G = 12.34%
B = 35.01%

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

#D1318B (or 0xD1318B) is known color: Deep Cerise. HEX triplet: D1, 31 and 8B. RGB value is (209,49,139). Sum of RGB (Red+Green+Blue) = 209+49+139=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1318B is #2ECE74. Grayscale: #6A6A6A. Windows color (decimal): -3067509 or 9122257. OLE color: 9122257.

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

Color convert

RGB 209 49 139 -
CMYK 0 0.77 0.33 0.18
HSL 326.25º 0.63% 0.51% -
HSV(B) 326.25º 0.77% 0.82% -
XYZ 32.05 17.62 26.14 -
YUV 107.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 209 49 139 0 0.77 0.33 0.18 326.25 0.63 0.51
Hex D1 31 8B 0 4D 21 12 146 3F 33
Octal 321 61 213 0 115 41 22 506 77 63
Binary 11010001 110001 10001011 0 1001101 100001 10010 101000110 111111 110011

Color Harmonies of #D1318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1318B

Black with #D1318B

Text Example


Text Example

White with #D1318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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