Html Css Color HEX #D1386B Cerise

📋 copy color: '#D1386B'

red 209 ◦ green 56 ◦ blue 107

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

Shades of Cerise #D1386B

Tints of Cerise #D1386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 56.18%
G = 15.05%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1386B (or 0xD1386B) is known color: Cerise. HEX triplet: D1, 38 and 6B. RGB value is (209,56,107). Sum of RGB (Red+Green+Blue) = 209+56+107=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1386B is #2EC794. Grayscale: #6B6B6B. Windows color (decimal): -3065749 or 7026897. OLE color: 7026897.

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

Color convert

RGB 209 56 107 -
CMYK 0 0.73 0.49 0.18
HSL 340º 0.62% 0.52% -
HSV(B) 340º 0.73% 0.82% -
XYZ 30.36 17.45 15.68 -
YUV 107.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 209 56 107 0 0.73 0.49 0.18 340 0.62 0.52
Hex D1 38 6B 0 49 31 12 154 3E 34
Octal 321 70 153 0 111 61 22 524 76 64
Binary 11010001 111000 1101011 0 1001001 110001 10010 101010100 111110 110100

Color Harmonies of #D1386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1386B

Black with #D1386B

Text Example


Text Example

White with #D1386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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