Html Css Color HEX #D1339F Deep Cerise

📋 copy color: '#D1339F'

red 209 ◦ green 51 ◦ blue 159

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

Shades of Deep Cerise #D1339F

Tints of Deep Cerise #D1339F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.17%

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

R = 49.88%
G = 12.17%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1339F (or 0xD1339F) is known color: Deep Cerise. HEX triplet: D1, 33 and 9F. RGB value is (209,51,159). Sum of RGB (Red+Green+Blue) = 209+51+159=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1339F is #2ECC60. Grayscale: #6E6E6E. Windows color (decimal): -3066977 or 10433489. OLE color: 10433489.

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

Color convert

RGB 209 51 159 -
CMYK 0 0.76 0.24 0.18
HSL 318.99º 0.63% 0.51% -
HSV(B) 318.99º 0.76% 0.82% -
XYZ 33.74 18.43 34.58 -
YUV 110.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 209 51 159 0 0.76 0.24 0.18 318.99 0.63 0.51
Hex D1 33 9F 0 4C 18 12 13F 3F 33
Octal 321 63 237 0 114 30 22 477 77 63
Binary 11010001 110011 10011111 0 1001100 11000 10010 100111111 111111 110011

Color Harmonies of #D1339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1339F

Black with #D1339F

Text Example


Text Example

White with #D1339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1339F; }

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

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

background-color css

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

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

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

border-color css

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

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

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