Html Css Color HEX #D1319A Deep Cerise

📋 copy color: '#D1319A'

red 209 ◦ green 49 ◦ blue 154

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

Shades of Deep Cerise #D1319A

Tints of Deep Cerise #D1319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 50.73%
G = 11.89%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1319A (or 0xD1319A) is known color: Deep Cerise. HEX triplet: D1, 31 and 9A. RGB value is (209,49,154). Sum of RGB (Red+Green+Blue) = 209+49+154=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1319A is #2ECE65. Grayscale: #6C6C6C. Windows color (decimal): -3067494 or 10105297. OLE color: 10105297.

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

Color convert

RGB 209 49 154 -
CMYK 0 0.77 0.26 0.18
HSL 320.63º 0.63% 0.51% -
HSV(B) 320.63º 0.77% 0.82% -
XYZ 33.23 18.09 32.31 -
YUV 108.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 209 49 154 0 0.77 0.26 0.18 320.63 0.63 0.51
Hex D1 31 9A 0 4D 1A 12 141 3F 33
Octal 321 61 232 0 115 32 22 501 77 63
Binary 11010001 110001 10011010 0 1001101 11010 10010 101000001 111111 110011

Color Harmonies of #D1319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1319A

Black with #D1319A

Text Example


Text Example

White with #D1319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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