Html Css Color HEX #D1278E Deep Cerise

📋 copy color: '#D1278E'

red 209 ◦ green 39 ◦ blue 142

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

Shades of Deep Cerise #D1278E

Tints of Deep Cerise #D1278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 53.59%
G = 10%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1278E (or 0xD1278E) is known color: Deep Cerise. HEX triplet: D1, 27 and 8E. RGB value is (209,39,142). Sum of RGB (Red+Green+Blue) = 209+39+142=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1278E is #2ED871. Grayscale: #656565. Windows color (decimal): -3070066 or 9316305. OLE color: 9316305.

HSL color Cylindrical-coordinate representation of color #D1278E: hue angle of 323.65º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1278E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 39 142 -
CMYK 0 0.81 0.32 0.18
HSL 323.65º 0.69% 0.49% -
HSV(B) 323.65º 0.81% 0.82% -
XYZ 31.9 16.96 27.18 -
YUV 101.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 209 39 142 0 0.81 0.32 0.18 323.65 0.69 0.49
Hex D1 27 8E 0 51 20 12 144 45 31
Octal 321 47 216 0 121 40 22 504 105 61
Binary 11010001 100111 10001110 0 1010001 100000 10010 101000100 1000101 110001

Color Harmonies of #D1278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1278E

Black with #D1278E

Text Example


Text Example

White with #D1278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1278E; }

 p { color: rgb(209,39,142); }

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

background-color css

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

 a { background-color: rgb(209,39,142); }

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

border-color css

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

 span { border-color: rgb(209,39,142); }

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