Html Css Color HEX #D1397A Deep Cerise

📋 copy color: '#D1397A'

red 209 ◦ green 57 ◦ blue 122

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

Shades of Deep Cerise #D1397A

Tints of Deep Cerise #D1397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 53.87%
G = 14.69%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1397A (or 0xD1397A) is known color: Deep Cerise. HEX triplet: D1, 39 and 7A. RGB value is (209,57,122). Sum of RGB (Red+Green+Blue) = 209+57+122=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1397A is #2EC685. Grayscale: #6D6D6D. Windows color (decimal): -3065478 or 8010193. OLE color: 8010193.

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

Color convert

RGB 209 57 122 -
CMYK 0 0.73 0.42 0.18
HSL 334.34º 0.62% 0.52% -
HSV(B) 334.34º 0.73% 0.82% -
XYZ 31.27 17.89 20.22 -
YUV 109.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 209 57 122 0 0.73 0.42 0.18 334.34 0.62 0.52
Hex D1 39 7A 0 49 2A 12 14E 3E 34
Octal 321 71 172 0 111 52 22 516 76 64
Binary 11010001 111001 1111010 0 1001001 101010 10010 101001110 111110 110100

Color Harmonies of #D1397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1397A

Black with #D1397A

Text Example


Text Example

White with #D1397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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