Html Css Color HEX #D1387A Deep Cerise

📋 copy color: '#D1387A'

red 209 ◦ green 56 ◦ blue 122

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

Shades of Deep Cerise #D1387A

Tints of Deep Cerise #D1387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 54.01%
G = 14.47%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1387A (or 0xD1387A) is known color: Deep Cerise. HEX triplet: D1, 38 and 7A. RGB value is (209,56,122). Sum of RGB (Red+Green+Blue) = 209+56+122=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1387A is #2EC785. Grayscale: #6D6D6D. Windows color (decimal): -3065734 or 8009937. OLE color: 8009937.

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

Color convert

RGB 209 56 122 -
CMYK 0 0.73 0.42 0.18
HSL 334.12º 0.62% 0.52% -
HSV(B) 334.12º 0.73% 0.82% -
XYZ 31.22 17.79 20.2 -
YUV 109.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 209 56 122 0 0.73 0.42 0.18 334.12 0.62 0.52
Hex D1 38 7A 0 49 2A 12 14E 3E 34
Octal 321 70 172 0 111 52 22 516 76 64
Binary 11010001 111000 1111010 0 1001001 101010 10010 101001110 111110 110100

Color Harmonies of #D1387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1387A

Black with #D1387A

Text Example


Text Example

White with #D1387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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