Html Css Color HEX #D1297D Deep Cerise

📋 copy color: '#D1297D'

red 209 ◦ green 41 ◦ blue 125

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

Shades of Deep Cerise #D1297D

Tints of Deep Cerise #D1297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 55.73%
G = 10.93%
B = 33.33%

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

#D1297D (or 0xD1297D) is known color: Deep Cerise. HEX triplet: D1, 29 and 7D. RGB value is (209,41,125). Sum of RGB (Red+Green+Blue) = 209+41+125=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1297D is #2ED682. Grayscale: #646464. Windows color (decimal): -3069571 or 8202705. OLE color: 8202705.

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

Color convert

RGB 209 41 125 -
CMYK 0 0.80 0.40 0.18
HSL 330º 0.67% 0.49% -
HSV(B) 330º 0.8% 0.82% -
XYZ 30.79 16.62 20.99 -
YUV 100.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 209 41 125 0 0.80 0.40 0.18 330 0.67 0.49
Hex D1 29 7D 0 50 28 12 14A 43 31
Octal 321 51 175 0 120 50 22 512 103 61
Binary 11010001 101001 1111101 0 1010000 101000 10010 101001010 1000011 110001

Color Harmonies of #D1297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1297D

Black with #D1297D

Text Example


Text Example

White with #D1297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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