Html Css Color HEX #D1247C Deep Cerise

📋 copy color: '#D1247C'

red 209 ◦ green 36 ◦ blue 124

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

Shades of Deep Cerise #D1247C

Tints of Deep Cerise #D1247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.76%

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

R = 56.64%
G = 9.76%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1247C (or 0xD1247C) is known color: Deep Cerise. HEX triplet: D1, 24 and 7C. RGB value is (209,36,124). Sum of RGB (Red+Green+Blue) = 209+36+124=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1247C is #2EDB83. Grayscale: #616161. Windows color (decimal): -3070852 or 8135889. OLE color: 8135889.

HSL color Cylindrical-coordinate representation of color #D1247C: hue angle of 329.48º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1247C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 124 -
CMYK 0 0.83 0.41 0.18
HSL 329.48º 0.71% 0.48% -
HSV(B) 329.48º 0.83% 0.82% -
XYZ 30.56 16.27 20.6 -
YUV 97.76 142.81 207.34 -
System Red Green Blue C M Y K H S L
Decimal 209 36 124 0 0.83 0.41 0.18 329.48 0.71 0.48
Hex D1 24 7C 0 53 29 12 149 47 30
Octal 321 44 174 0 123 51 22 511 107 60
Binary 11010001 100100 1111100 0 1010011 101001 10010 101001001 1000111 110000

Color Harmonies of #D1247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1247C

Black with #D1247C

Text Example


Text Example

White with #D1247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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