Html Css Color HEX #D1309F Deep Cerise

📋 copy color: '#D1309F'

red 209 ◦ green 48 ◦ blue 159

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

Shades of Deep Cerise #D1309F

Tints of Deep Cerise #D1309F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.54%

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

R = 50.24%
G = 11.54%
B = 38.22%

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

#D1309F (or 0xD1309F) is known color: Deep Cerise. HEX triplet: D1, 30 and 9F. RGB value is (209,48,159). Sum of RGB (Red+Green+Blue) = 209+48+159=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1309F is #2ECF60. Grayscale: #6C6C6C. Windows color (decimal): -3067745 or 10432721. OLE color: 10432721.

HSL color Cylindrical-coordinate representation of color #D1309F: hue angle of 318.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1309F is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 159 -
CMYK 0 0.77 0.24 0.18
HSL 318.63º 0.64% 0.5% -
HSV(B) 318.63º 0.77% 0.82% -
XYZ 33.61 18.17 34.54 -
YUV 108.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 209 48 159 0 0.77 0.24 0.18 318.63 0.64 0.5
Hex D1 30 9F 0 4D 18 12 13F 40 32
Octal 321 60 237 0 115 30 22 477 100 62
Binary 11010001 110000 10011111 0 1001101 11000 10010 100111111 1000000 110010

Color Harmonies of #D1309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1309F

Black with #D1309F

Text Example


Text Example

White with #D1309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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