Html Css Color HEX #D1397F Deep Cerise

📋 copy color: '#D1397F'

red 209 ◦ green 57 ◦ blue 127

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

Shades of Deep Cerise #D1397F

Tints of Deep Cerise #D1397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.32%

R = 53.18%
G = 14.5%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1397F (or 0xD1397F) is known color: Deep Cerise. HEX triplet: D1, 39 and 7F. RGB value is (209,57,127). Sum of RGB (Red+Green+Blue) = 209+57+127=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1397F is #2EC680. Grayscale: #6E6E6E. Windows color (decimal): -3065473 or 8337873. OLE color: 8337873.

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

Color convert

RGB 209 57 127 -
CMYK 0 0.73 0.39 0.18
HSL 332.37º 0.62% 0.52% -
HSV(B) 332.37º 0.73% 0.82% -
XYZ 31.59 18.01 21.89 -
YUV 110.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 209 57 127 0 0.73 0.39 0.18 332.37 0.62 0.52
Hex D1 39 7F 0 49 27 12 14C 3E 34
Octal 321 71 177 0 111 47 22 514 76 64
Binary 11010001 111001 1111111 0 1001001 100111 10010 101001100 111110 110100

Color Harmonies of #D1397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1397F

Black with #D1397F

Text Example


Text Example

White with #D1397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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