Html Css Color HEX #D1387B Deep Cerise

📋 copy color: '#D1387B'

red 209 ◦ green 56 ◦ blue 123

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

Shades of Deep Cerise #D1387B

Tints of Deep Cerise #D1387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.7%

R = 53.87%
G = 14.43%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1387B (or 0xD1387B) is known color: Deep Cerise. HEX triplet: D1, 38 and 7B. RGB value is (209,56,123). Sum of RGB (Red+Green+Blue) = 209+56+123=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1387B is #2EC784. Grayscale: #6D6D6D. Windows color (decimal): -3065733 or 8075473. OLE color: 8075473.

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

Color convert

RGB 209 56 123 -
CMYK 0 0.73 0.41 0.18
HSL 333.73º 0.62% 0.52% -
HSV(B) 333.73º 0.73% 0.82% -
XYZ 31.28 17.81 20.53 -
YUV 109.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 209 56 123 0 0.73 0.41 0.18 333.73 0.62 0.52
Hex D1 38 7B 0 49 29 12 14E 3E 34
Octal 321 70 173 0 111 51 22 516 76 64
Binary 11010001 111000 1111011 0 1001001 101001 10010 101001110 111110 110100

Color Harmonies of #D1387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1387B

Black with #D1387B

Text Example


Text Example

White with #D1387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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