Html Css Color HEX #D1389A Deep Cerise

📋 copy color: '#D1389A'

red 209 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #D1389A

Tints of Deep Cerise #D1389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 49.88%
G = 13.37%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1389A (or 0xD1389A) is known color: Deep Cerise. HEX triplet: D1, 38 and 9A. RGB value is (209,56,154). Sum of RGB (Red+Green+Blue) = 209+56+154=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1389A is #2EC765. Grayscale: #707070. Windows color (decimal): -3065702 or 10107089. OLE color: 10107089.

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

Color convert

RGB 209 56 154 -
CMYK 0 0.73 0.26 0.18
HSL 321.57º 0.62% 0.52% -
HSV(B) 321.57º 0.73% 0.82% -
XYZ 33.54 18.72 32.42 -
YUV 112.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 209 56 154 0 0.73 0.26 0.18 321.57 0.62 0.52
Hex D1 38 9A 0 49 1A 12 142 3E 34
Octal 321 70 232 0 111 32 22 502 76 64
Binary 11010001 111000 10011010 0 1001001 11010 10010 101000010 111110 110100

Color Harmonies of #D1389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1389A

Black with #D1389A

Text Example


Text Example

White with #D1389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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