Html Css Color HEX #D1388D Deep Cerise

📋 copy color: '#D1388D'

red 209 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #D1388D

Tints of Deep Cerise #D1388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 51.48%
G = 13.79%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1388D (or 0xD1388D) is known color: Deep Cerise. HEX triplet: D1, 38 and 8D. RGB value is (209,56,141). Sum of RGB (Red+Green+Blue) = 209+56+141=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1388D is #2EC772. Grayscale: #6F6F6F. Windows color (decimal): -3065715 or 9255121. OLE color: 9255121.

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

Color convert

RGB 209 56 141 -
CMYK 0 0.73 0.33 0.18
HSL 326.67º 0.62% 0.52% -
HSV(B) 326.67º 0.73% 0.82% -
XYZ 32.52 18.31 27.02 -
YUV 111.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 209 56 141 0 0.73 0.33 0.18 326.67 0.62 0.52
Hex D1 38 8D 0 49 21 12 147 3E 34
Octal 321 70 215 0 111 41 22 507 76 64
Binary 11010001 111000 10001101 0 1001001 100001 10010 101000111 111110 110100

Color Harmonies of #D1388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1388D

Black with #D1388D

Text Example


Text Example

White with #D1388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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