Html Css Color HEX #D1339E Deep Cerise

📋 copy color: '#D1339E'

red 209 ◦ green 51 ◦ blue 158

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

Shades of Deep Cerise #D1339E

Tints of Deep Cerise #D1339E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 50%
G = 12.2%
B = 37.8%

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

#D1339E (or 0xD1339E) is known color: Deep Cerise. HEX triplet: D1, 33 and 9E. RGB value is (209,51,158). Sum of RGB (Red+Green+Blue) = 209+51+158=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1339E is #2ECC61. Grayscale: #6E6E6E. Windows color (decimal): -3066978 or 10367953. OLE color: 10367953.

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

Color convert

RGB 209 51 158 -
CMYK 0 0.76 0.24 0.18
HSL 319.37º 0.63% 0.51% -
HSV(B) 319.37º 0.76% 0.82% -
XYZ 33.65 18.39 34.12 -
YUV 110.44 154.85 198.3 -
System Red Green Blue C M Y K H S L
Decimal 209 51 158 0 0.76 0.24 0.18 319.37 0.63 0.51
Hex D1 33 9E 0 4C 18 12 13F 3F 33
Octal 321 63 236 0 114 30 22 477 77 63
Binary 11010001 110011 10011110 0 1001100 11000 10010 100111111 111111 110011

Color Harmonies of #D1339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1339E

Black with #D1339E

Text Example


Text Example

White with #D1339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1339E; }

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

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

background-color css

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

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

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

border-color css

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

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

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