Html Css Color HEX #D1388C Deep Cerise

📋 copy color: '#D1388C'

red 209 ◦ green 56 ◦ blue 140

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

Shades of Deep Cerise #D1388C

Tints of Deep Cerise #D1388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 51.6%
G = 13.83%
B = 34.57%

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

#D1388C (or 0xD1388C) is known color: Deep Cerise. HEX triplet: D1, 38 and 8C. RGB value is (209,56,140). Sum of RGB (Red+Green+Blue) = 209+56+140=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1388C is #2EC773. Grayscale: #6F6F6F. Windows color (decimal): -3065716 or 9189585. OLE color: 9189585.

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

Color convert

RGB 209 56 140 -
CMYK 0 0.73 0.33 0.18
HSL 327.06º 0.62% 0.52% -
HSV(B) 327.06º 0.73% 0.82% -
XYZ 32.44 18.28 26.63 -
YUV 111.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 209 56 140 0 0.73 0.33 0.18 327.06 0.62 0.52
Hex D1 38 8C 0 49 21 12 147 3E 34
Octal 321 70 214 0 111 41 22 507 76 64
Binary 11010001 111000 10001100 0 1001001 100001 10010 101000111 111110 110100

Color Harmonies of #D1388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1388C

Black with #D1388C

Text Example


Text Example

White with #D1388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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