Html Css Color HEX #D1318A Deep Cerise

📋 copy color: '#D1318A'

red 209 ◦ green 49 ◦ blue 138

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

Shades of Deep Cerise #D1318A

Tints of Deep Cerise #D1318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 52.78%
G = 12.37%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1318A (or 0xD1318A) is known color: Deep Cerise. HEX triplet: D1, 31 and 8A. RGB value is (209,49,138). Sum of RGB (Red+Green+Blue) = 209+49+138=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1318A is #2ECE75. Grayscale: #6A6A6A. Windows color (decimal): -3067510 or 9056721. OLE color: 9056721.

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

Color convert

RGB 209 49 138 -
CMYK 0 0.77 0.34 0.18
HSL 326.63º 0.63% 0.51% -
HSV(B) 326.63º 0.77% 0.82% -
XYZ 31.98 17.59 25.75 -
YUV 106.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 209 49 138 0 0.77 0.34 0.18 326.63 0.63 0.51
Hex D1 31 8A 0 4D 22 12 147 3F 33
Octal 321 61 212 0 115 42 22 507 77 63
Binary 11010001 110001 10001010 0 1001101 100010 10010 101000111 111111 110011

Color Harmonies of #D1318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1318A

Black with #D1318A

Text Example


Text Example

White with #D1318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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