Html Css Color HEX #D1319D Deep Cerise

📋 copy color: '#D1319D'

red 209 ◦ green 49 ◦ blue 157

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

Shades of Deep Cerise #D1319D

Tints of Deep Cerise #D1319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 50.36%
G = 11.81%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1319D (or 0xD1319D) is known color: Deep Cerise. HEX triplet: D1, 31 and 9D. RGB value is (209,49,157). Sum of RGB (Red+Green+Blue) = 209+49+157=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1319D is #2ECE62. Grayscale: #6C6C6C. Windows color (decimal): -3067491 or 10301905. OLE color: 10301905.

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

Color convert

RGB 209 49 157 -
CMYK 0 0.77 0.25 0.18
HSL 319.5º 0.63% 0.51% -
HSV(B) 319.5º 0.77% 0.82% -
XYZ 33.48 18.19 33.64 -
YUV 109.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 209 49 157 0 0.77 0.25 0.18 319.5 0.63 0.51
Hex D1 31 9D 0 4D 19 12 140 3F 33
Octal 321 61 235 0 115 31 22 500 77 63
Binary 11010001 110001 10011101 0 1001101 11001 10010 101000000 111111 110011

Color Harmonies of #D1319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1319D

Black with #D1319D

Text Example


Text Example

White with #D1319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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