Html Css Color HEX #D1377C Deep Cerise

📋 copy color: '#D1377C'

red 209 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #D1377C

Tints of Deep Cerise #D1377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 53.87%
G = 14.18%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1377C (or 0xD1377C) is known color: Deep Cerise. HEX triplet: D1, 37 and 7C. RGB value is (209,55,124). Sum of RGB (Red+Green+Blue) = 209+55+124=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1377C is #2EC883. Grayscale: #6C6C6C. Windows color (decimal): -3065988 or 8140753. OLE color: 8140753.

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

Color convert

RGB 209 55 124 -
CMYK 0 0.74 0.41 0.18
HSL 333.12º 0.63% 0.52% -
HSV(B) 333.12º 0.74% 0.82% -
XYZ 31.3 17.74 20.84 -
YUV 108.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 209 55 124 0 0.74 0.41 0.18 333.12 0.63 0.52
Hex D1 37 7C 0 4A 29 12 14D 3F 34
Octal 321 67 174 0 112 51 22 515 77 64
Binary 11010001 110111 1111100 0 1001010 101001 10010 101001101 111111 110100

Color Harmonies of #D1377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1377C

Black with #D1377C

Text Example


Text Example

White with #D1377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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