Html Css Color HEX #D1397D Deep Cerise

📋 copy color: '#D1397D'

red 209 ◦ green 57 ◦ blue 125

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

Shades of Deep Cerise #D1397D

Tints of Deep Cerise #D1397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

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

R = 53.45%
G = 14.58%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1397D (or 0xD1397D) is known color: Deep Cerise. HEX triplet: D1, 39 and 7D. RGB value is (209,57,125). Sum of RGB (Red+Green+Blue) = 209+57+125=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1397D is #2EC682. Grayscale: #6E6E6E. Windows color (decimal): -3065475 or 8206801. OLE color: 8206801.

HSL color Cylindrical-coordinate representation of color #D1397D: hue angle of 333.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1397D is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 125 -
CMYK 0 0.73 0.40 0.18
HSL 333.16º 0.62% 0.52% -
HSV(B) 333.16º 0.73% 0.82% -
XYZ 31.46 17.96 21.21 -
YUV 110.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 209 57 125 0 0.73 0.40 0.18 333.16 0.62 0.52
Hex D1 39 7D 0 49 28 12 14D 3E 34
Octal 321 71 175 0 111 50 22 515 76 64
Binary 11010001 111001 1111101 0 1001001 101000 10010 101001101 111110 110100

Color Harmonies of #D1397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1397D

Black with #D1397D

Text Example


Text Example

White with #D1397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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