Html Css Color HEX #D1389F Deep Cerise

📋 copy color: '#D1389F'

red 209 ◦ green 56 ◦ blue 159

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

Shades of Deep Cerise #D1389F

Tints of Deep Cerise #D1389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 49.29%
G = 13.21%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1389F (or 0xD1389F) is known color: Deep Cerise. HEX triplet: D1, 38 and 9F. RGB value is (209,56,159). Sum of RGB (Red+Green+Blue) = 209+56+159=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1389F is #2EC760. Grayscale: #717171. Windows color (decimal): -3065697 or 10434769. OLE color: 10434769.

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

Color convert

RGB 209 56 159 -
CMYK 0 0.73 0.24 0.18
HSL 319.61º 0.62% 0.52% -
HSV(B) 319.61º 0.73% 0.82% -
XYZ 33.97 18.89 34.66 -
YUV 113.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 209 56 159 0 0.73 0.24 0.18 319.61 0.62 0.52
Hex D1 38 9F 0 49 18 12 140 3E 34
Octal 321 70 237 0 111 30 22 500 76 64
Binary 11010001 111000 10011111 0 1001001 11000 10010 101000000 111110 110100

Color Harmonies of #D1389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1389F

Black with #D1389F

Text Example


Text Example

White with #D1389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1389F; }

 p { color: rgb(209,56,159); }

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

background-color css

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

 a { background-color: rgb(209,56,159); }

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

border-color css

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

 span { border-color: rgb(209,56,159); }

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