Html Css Color HEX #D1386C Cerise

📋 copy color: '#D1386C'

red 209 ◦ green 56 ◦ blue 108

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

Shades of Cerise #D1386C

Tints of Cerise #D1386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 56.03%
G = 15.01%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1386C (or 0xD1386C) is known color: Cerise. HEX triplet: D1, 38 and 6C. RGB value is (209,56,108). Sum of RGB (Red+Green+Blue) = 209+56+108=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1386C is #2EC793. Grayscale: #6B6B6B. Windows color (decimal): -3065748 or 7092433. OLE color: 7092433.

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

Color convert

RGB 209 56 108 -
CMYK 0 0.73 0.48 0.18
HSL 339.61º 0.62% 0.52% -
HSV(B) 339.61º 0.73% 0.82% -
XYZ 30.42 17.47 15.96 -
YUV 107.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 209 56 108 0 0.73 0.48 0.18 339.61 0.62 0.52
Hex D1 38 6C 0 49 30 12 154 3E 34
Octal 321 70 154 0 111 60 22 524 76 64
Binary 11010001 111000 1101100 0 1001001 110000 10010 101010100 111110 110100

Color Harmonies of #D1386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1386C

Black with #D1386C

Text Example


Text Example

White with #D1386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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