Html Css Color HEX #D1277C Deep Cerise

📋 copy color: '#D1277C'

red 209 ◦ green 39 ◦ blue 124

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

Shades of Deep Cerise #D1277C

Tints of Deep Cerise #D1277C

RGB

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

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

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

R = 56.18%
G = 10.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1277C (or 0xD1277C) is known color: Deep Cerise. HEX triplet: D1, 27 and 7C. RGB value is (209,39,124). Sum of RGB (Red+Green+Blue) = 209+39+124=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1277C is #2ED883. Grayscale: #636363. Windows color (decimal): -3070084 or 8136657. OLE color: 8136657.

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

Color convert

RGB 209 39 124 -
CMYK 0 0.81 0.41 0.18
HSL 330º 0.69% 0.49% -
HSV(B) 330º 0.81% 0.82% -
XYZ 30.66 16.46 20.63 -
YUV 99.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 209 39 124 0 0.81 0.41 0.18 330 0.69 0.49
Hex D1 27 7C 0 51 29 12 14A 45 31
Octal 321 47 174 0 121 51 22 512 105 61
Binary 11010001 100111 1111100 0 1010001 101001 10010 101001010 1000101 110001

Color Harmonies of #D1277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1277C

Black with #D1277C

Text Example


Text Example

White with #D1277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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