Html Css Color HEX #D1317A Deep Cerise

📋 copy color: '#D1317A'

red 209 ◦ green 49 ◦ blue 122

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

Shades of Deep Cerise #D1317A

Tints of Deep Cerise #D1317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 55%
G = 12.89%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1317A (or 0xD1317A) is known color: Deep Cerise. HEX triplet: D1, 31 and 7A. RGB value is (209,49,122). Sum of RGB (Red+Green+Blue) = 209+49+122=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1317A is #2ECE85. Grayscale: #696969. Windows color (decimal): -3067526 or 8008145. OLE color: 8008145.

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

Color convert

RGB 209 49 122 -
CMYK 0 0.77 0.42 0.18
HSL 332.63º 0.63% 0.51% -
HSV(B) 332.63º 0.77% 0.82% -
XYZ 30.91 17.16 20.1 -
YUV 105.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 209 49 122 0 0.77 0.42 0.18 332.63 0.63 0.51
Hex D1 31 7A 0 4D 2A 12 14D 3F 33
Octal 321 61 172 0 115 52 22 515 77 63
Binary 11010001 110001 1111010 0 1001101 101010 10010 101001101 111111 110011

Color Harmonies of #D1317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1317A

Black with #D1317A

Text Example


Text Example

White with #D1317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1317A; }

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

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

background-color css

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

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

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

border-color css

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

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

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