Html Css Color HEX #D1319F Deep Cerise

📋 copy color: '#D1319F'

red 209 ◦ green 49 ◦ blue 159

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

Shades of Deep Cerise #D1319F

Tints of Deep Cerise #D1319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 50.12%
G = 11.75%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1319F (or 0xD1319F) is known color: Deep Cerise. HEX triplet: D1, 31 and 9F. RGB value is (209,49,159). Sum of RGB (Red+Green+Blue) = 209+49+159=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1319F is #2ECE60. Grayscale: #6D6D6D. Windows color (decimal): -3067489 or 10432977. OLE color: 10432977.

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

Color convert

RGB 209 49 159 -
CMYK 0 0.77 0.24 0.18
HSL 318.75º 0.63% 0.51% -
HSV(B) 318.75º 0.77% 0.82% -
XYZ 33.65 18.26 34.55 -
YUV 109.38 156.01 199.06 -
System Red Green Blue C M Y K H S L
Decimal 209 49 159 0 0.77 0.24 0.18 318.75 0.63 0.51
Hex D1 31 9F 0 4D 18 12 13F 3F 33
Octal 321 61 237 0 115 30 22 477 77 63
Binary 11010001 110001 10011111 0 1001101 11000 10010 100111111 111111 110011

Color Harmonies of #D1319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1319F

Black with #D1319F

Text Example


Text Example

White with #D1319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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