Html Css Color HEX #D1277F Deep Cerise

📋 copy color: '#D1277F'

red 209 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #D1277F

Tints of Deep Cerise #D1277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 55.73%
G = 10.4%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1277F (or 0xD1277F) is known color: Deep Cerise. HEX triplet: D1, 27 and 7F. RGB value is (209,39,127). Sum of RGB (Red+Green+Blue) = 209+39+127=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1277F is #2ED880. Grayscale: #636363. Windows color (decimal): -3070081 or 8333265. OLE color: 8333265.

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

Color convert

RGB 209 39 127 -
CMYK 0 0.81 0.39 0.18
HSL 328.94º 0.69% 0.49% -
HSV(B) 328.94º 0.81% 0.82% -
XYZ 30.85 16.54 21.64 -
YUV 99.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 209 39 127 0 0.81 0.39 0.18 328.94 0.69 0.49
Hex D1 27 7F 0 51 27 12 149 45 31
Octal 321 47 177 0 121 47 22 511 105 61
Binary 11010001 100111 1111111 0 1010001 100111 10010 101001001 1000101 110001

Color Harmonies of #D1277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1277F

Black with #D1277F

Text Example


Text Example

White with #D1277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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