Html Css Color HEX #D1237C Deep Cerise

📋 copy color: '#D1237C'

red 209 ◦ green 35 ◦ blue 124

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

Shades of Deep Cerise #D1237C

Tints of Deep Cerise #D1237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

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

R = 56.79%
G = 9.51%
B = 33.7%

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

#D1237C (or 0xD1237C) is known color: Deep Cerise. HEX triplet: D1, 23 and 7C. RGB value is (209,35,124). Sum of RGB (Red+Green+Blue) = 209+35+124=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1237C is #2EDC83. Grayscale: #606060. Windows color (decimal): -3071108 or 8135633. OLE color: 8135633.

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

Color convert

RGB 209 35 124 -
CMYK 0 0.83 0.41 0.18
HSL 329.31º 0.71% 0.48% -
HSV(B) 329.31º 0.83% 0.82% -
XYZ 30.53 16.21 20.59 -
YUV 97.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 209 35 124 0 0.83 0.41 0.18 329.31 0.71 0.48
Hex D1 23 7C 0 53 29 12 149 47 30
Octal 321 43 174 0 123 51 22 511 107 60
Binary 11010001 100011 1111100 0 1010011 101001 10010 101001001 1000111 110000

Color Harmonies of #D1237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1237C

Black with #D1237C

Text Example


Text Example

White with #D1237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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