Html Css Color HEX #D1378E Deep Cerise

📋 copy color: '#D1378E'

red 209 ◦ green 55 ◦ blue 142

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

Shades of Deep Cerise #D1378E

Tints of Deep Cerise #D1378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.55%

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

R = 51.48%
G = 13.55%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1378E (or 0xD1378E) is known color: Deep Cerise. HEX triplet: D1, 37 and 8E. RGB value is (209,55,142). Sum of RGB (Red+Green+Blue) = 209+55+142=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1378E is #2EC871. Grayscale: #6E6E6E. Windows color (decimal): -3065970 or 9320401. OLE color: 9320401.

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

Color convert

RGB 209 55 142 -
CMYK 0 0.74 0.32 0.18
HSL 326.1º 0.63% 0.52% -
HSV(B) 326.1º 0.74% 0.82% -
XYZ 32.54 18.24 27.4 -
YUV 110.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 209 55 142 0 0.74 0.32 0.18 326.1 0.63 0.52
Hex D1 37 8E 0 4A 20 12 146 3F 34
Octal 321 67 216 0 112 40 22 506 77 64
Binary 11010001 110111 10001110 0 1001010 100000 10010 101000110 111111 110100

Color Harmonies of #D1378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1378E

Black with #D1378E

Text Example


Text Example

White with #D1378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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