Html Css Color HEX #D1247E Deep Cerise

📋 copy color: '#D1247E'

red 209 ◦ green 36 ◦ blue 126

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

Shades of Deep Cerise #D1247E

Tints of Deep Cerise #D1247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 56.33%
G = 9.7%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1247E (or 0xD1247E) is known color: Deep Cerise. HEX triplet: D1, 24 and 7E. RGB value is (209,36,126). Sum of RGB (Red+Green+Blue) = 209+36+126=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1247E is #2EDB81. Grayscale: #616161. Windows color (decimal): -3070850 or 8266961. OLE color: 8266961.

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

Color convert

RGB 209 36 126 -
CMYK 0 0.83 0.40 0.18
HSL 328.79º 0.71% 0.48% -
HSV(B) 328.79º 0.83% 0.82% -
XYZ 30.69 16.32 21.27 -
YUV 97.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 209 36 126 0 0.83 0.40 0.18 328.79 0.71 0.48
Hex D1 24 7E 0 53 28 12 149 47 30
Octal 321 44 176 0 123 50 22 511 107 60
Binary 11010001 100100 1111110 0 1010011 101000 10010 101001001 1000111 110000

Color Harmonies of #D1247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1247E

Black with #D1247E

Text Example


Text Example

White with #D1247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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