Html Css Color HEX #D1387F Deep Cerise

📋 copy color: '#D1387F'

red 209 ◦ green 56 ◦ blue 127

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

Shades of Deep Cerise #D1387F

Tints of Deep Cerise #D1387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 53.32%
G = 14.29%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1387F (or 0xD1387F) is known color: Deep Cerise. HEX triplet: D1, 38 and 7F. RGB value is (209,56,127). Sum of RGB (Red+Green+Blue) = 209+56+127=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1387F is #2EC780. Grayscale: #6D6D6D. Windows color (decimal): -3065729 or 8337617. OLE color: 8337617.

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

Color convert

RGB 209 56 127 -
CMYK 0 0.73 0.39 0.18
HSL 332.16º 0.62% 0.52% -
HSV(B) 332.16º 0.73% 0.82% -
XYZ 31.54 17.92 21.87 -
YUV 109.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 209 56 127 0 0.73 0.39 0.18 332.16 0.62 0.52
Hex D1 38 7F 0 49 27 12 14C 3E 34
Octal 321 70 177 0 111 47 22 514 76 64
Binary 11010001 111000 1111111 0 1001001 100111 10010 101001100 111110 110100

Color Harmonies of #D1387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1387F

Black with #D1387F

Text Example


Text Example

White with #D1387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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