Html Css Color HEX #D1389C Deep Cerise

📋 copy color: '#D1389C'

red 209 ◦ green 56 ◦ blue 156

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

Shades of Deep Cerise #D1389C

Tints of Deep Cerise #D1389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 49.64%
G = 13.3%
B = 37.05%

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

#D1389C (or 0xD1389C) is known color: Deep Cerise. HEX triplet: D1, 38 and 9C. RGB value is (209,56,156). Sum of RGB (Red+Green+Blue) = 209+56+156=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1389C is #2EC763. Grayscale: #707070. Windows color (decimal): -3065700 or 10238161. OLE color: 10238161.

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

Color convert

RGB 209 56 156 -
CMYK 0 0.73 0.25 0.18
HSL 320.78º 0.62% 0.52% -
HSV(B) 320.78º 0.73% 0.82% -
XYZ 33.71 18.78 33.3 -
YUV 113.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 209 56 156 0 0.73 0.25 0.18 320.78 0.62 0.52
Hex D1 38 9C 0 49 19 12 141 3E 34
Octal 321 70 234 0 111 31 22 501 76 64
Binary 11010001 111000 10011100 0 1001001 11001 10010 101000001 111110 110100

Color Harmonies of #D1389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1389C

Black with #D1389C

Text Example


Text Example

White with #D1389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1389C; }

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

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

background-color css

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

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

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

border-color css

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

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

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