Html Css Color HEX #D1389D Deep Cerise

📋 copy color: '#D1389D'

red 209 ◦ green 56 ◦ blue 157

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

Shades of Deep Cerise #D1389D

Tints of Deep Cerise #D1389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 49.53%
G = 13.27%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1389D (or 0xD1389D) is known color: Deep Cerise. HEX triplet: D1, 38 and 9D. RGB value is (209,56,157). Sum of RGB (Red+Green+Blue) = 209+56+157=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1389D is #2EC762. Grayscale: #717171. Windows color (decimal): -3065699 or 10303697. OLE color: 10303697.

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

Color convert

RGB 209 56 157 -
CMYK 0 0.73 0.25 0.18
HSL 320.39º 0.62% 0.52% -
HSV(B) 320.39º 0.73% 0.82% -
XYZ 33.79 18.82 33.75 -
YUV 113.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 209 56 157 0 0.73 0.25 0.18 320.39 0.62 0.52
Hex D1 38 9D 0 49 19 12 140 3E 34
Octal 321 70 235 0 111 31 22 500 76 64
Binary 11010001 111000 10011101 0 1001001 11001 10010 101000000 111110 110100

Color Harmonies of #D1389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1389D

Black with #D1389D

Text Example


Text Example

White with #D1389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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