Html Css Color HEX #D1297E Deep Cerise

📋 copy color: '#D1297E'

red 209 ◦ green 41 ◦ blue 126

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

Shades of Deep Cerise #D1297E

Tints of Deep Cerise #D1297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.9%

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

R = 55.59%
G = 10.9%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1297E (or 0xD1297E) is known color: Deep Cerise. HEX triplet: D1, 29 and 7E. RGB value is (209,41,126). Sum of RGB (Red+Green+Blue) = 209+41+126=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1297E is #2ED681. Grayscale: #646464. Windows color (decimal): -3069570 or 8268241. OLE color: 8268241.

HSL color Cylindrical-coordinate representation of color #D1297E: hue angle of 329.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1297E is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 126 -
CMYK 0 0.80 0.40 0.18
HSL 329.64º 0.67% 0.49% -
HSV(B) 329.64º 0.8% 0.82% -
XYZ 30.85 16.65 21.33 -
YUV 100.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 209 41 126 0 0.80 0.40 0.18 329.64 0.67 0.49
Hex D1 29 7E 0 50 28 12 14A 43 31
Octal 321 51 176 0 120 50 22 512 103 61
Binary 11010001 101001 1111110 0 1010000 101000 10010 101001010 1000011 110001

Color Harmonies of #D1297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1297E

Black with #D1297E

Text Example


Text Example

White with #D1297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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