Html Css Color HEX #D1377A Deep Cerise

📋 copy color: '#D1377A'

red 209 ◦ green 55 ◦ blue 122

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

Shades of Deep Cerise #D1377A

Tints of Deep Cerise #D1377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 54.15%
G = 14.25%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1377A (or 0xD1377A) is known color: Deep Cerise. HEX triplet: D1, 37 and 7A. RGB value is (209,55,122). Sum of RGB (Red+Green+Blue) = 209+55+122=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1377A is #2EC885. Grayscale: #6C6C6C. Windows color (decimal): -3065990 or 8009681. OLE color: 8009681.

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

Color convert

RGB 209 55 122 -
CMYK 0 0.74 0.42 0.18
HSL 333.9º 0.63% 0.52% -
HSV(B) 333.9º 0.74% 0.82% -
XYZ 31.17 17.69 20.18 -
YUV 108.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 209 55 122 0 0.74 0.42 0.18 333.9 0.63 0.52
Hex D1 37 7A 0 4A 2A 12 14E 3F 34
Octal 321 67 172 0 112 52 22 516 77 64
Binary 11010001 110111 1111010 0 1001010 101010 10010 101001110 111111 110100

Color Harmonies of #D1377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1377A

Black with #D1377A

Text Example


Text Example

White with #D1377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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