Html Css Color HEX #D1398A Deep Cerise

📋 copy color: '#D1398A'

red 209 ◦ green 57 ◦ blue 138

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

Shades of Deep Cerise #D1398A

Tints of Deep Cerise #D1398A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 51.73%
G = 14.11%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1398A (or 0xD1398A) is known color: Deep Cerise. HEX triplet: D1, 39 and 8A. RGB value is (209,57,138). Sum of RGB (Red+Green+Blue) = 209+57+138=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1398A is #2EC675. Grayscale: #6F6F6F. Windows color (decimal): -3065462 or 9058769. OLE color: 9058769.

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

Color convert

RGB 209 57 138 -
CMYK 0 0.73 0.34 0.18
HSL 328.03º 0.62% 0.52% -
HSV(B) 328.03º 0.73% 0.82% -
XYZ 32.35 18.32 25.88 -
YUV 111.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 209 57 138 0 0.73 0.34 0.18 328.03 0.62 0.52
Hex D1 39 8A 0 49 22 12 148 3E 34
Octal 321 71 212 0 111 42 22 510 76 64
Binary 11010001 111001 10001010 0 1001001 100010 10010 101001000 111110 110100

Color Harmonies of #D1398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1398A

Black with #D1398A

Text Example


Text Example

White with #D1398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1398A; }

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

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

background-color css

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

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

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

border-color css

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

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

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