Html Css Color HEX #D1377E Deep Cerise

📋 copy color: '#D1377E'

red 209 ◦ green 55 ◦ blue 126

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

Shades of Deep Cerise #D1377E

Tints of Deep Cerise #D1377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 53.59%
G = 14.1%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1377E (or 0xD1377E) is known color: Deep Cerise. HEX triplet: D1, 37 and 7E. RGB value is (209,55,126). Sum of RGB (Red+Green+Blue) = 209+55+126=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1377E is #2EC881. Grayscale: #6D6D6D. Windows color (decimal): -3065986 or 8271825. OLE color: 8271825.

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

Color convert

RGB 209 55 126 -
CMYK 0 0.74 0.40 0.18
HSL 332.34º 0.63% 0.52% -
HSV(B) 332.34º 0.74% 0.82% -
XYZ 31.43 17.79 21.52 -
YUV 109.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 209 55 126 0 0.74 0.40 0.18 332.34 0.63 0.52
Hex D1 37 7E 0 4A 28 12 14C 3F 34
Octal 321 67 176 0 112 50 22 514 77 64
Binary 11010001 110111 1111110 0 1001010 101000 10010 101001100 111111 110100

Color Harmonies of #D1377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1377E

Black with #D1377E

Text Example


Text Example

White with #D1377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1377E; }

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

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

background-color css

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

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

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

border-color css

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

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

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