Html Css Color HEX #D1397B Deep Cerise

📋 copy color: '#D1397B'

red 209 ◦ green 57 ◦ blue 123

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

Shades of Deep Cerise #D1397B

Tints of Deep Cerise #D1397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 53.73%
G = 14.65%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1397B (or 0xD1397B) is known color: Deep Cerise. HEX triplet: D1, 39 and 7B. RGB value is (209,57,123). Sum of RGB (Red+Green+Blue) = 209+57+123=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1397B is #2EC684. Grayscale: #6D6D6D. Windows color (decimal): -3065477 or 8075729. OLE color: 8075729.

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

Color convert

RGB 209 57 123 -
CMYK 0 0.73 0.41 0.18
HSL 333.95º 0.62% 0.52% -
HSV(B) 333.95º 0.73% 0.82% -
XYZ 31.33 17.91 20.54 -
YUV 109.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 209 57 123 0 0.73 0.41 0.18 333.95 0.62 0.52
Hex D1 39 7B 0 49 29 12 14E 3E 34
Octal 321 71 173 0 111 51 22 516 76 64
Binary 11010001 111001 1111011 0 1001001 101001 10010 101001110 111110 110100

Color Harmonies of #D1397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1397B

Black with #D1397B

Text Example


Text Example

White with #D1397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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