Html Css Color HEX #D1396A Cerise

📋 copy color: '#D1396A'

red 209 ◦ green 57 ◦ blue 106

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

Shades of Cerise #D1396A

Tints of Cerise #D1396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.32%

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 56.18%
G = 15.32%
B = 28.49%

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

#D1396A (or 0xD1396A) is known color: Cerise. HEX triplet: D1, 39 and 6A. RGB value is (209,57,106). Sum of RGB (Red+Green+Blue) = 209+57+106=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1396A is #2EC695. Grayscale: #6B6B6B. Windows color (decimal): -3065494 or 6961617. OLE color: 6961617.

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

Color convert

RGB 209 57 106 -
CMYK 0 0.73 0.49 0.18
HSL 340.66º 0.62% 0.52% -
HSV(B) 340.66º 0.73% 0.82% -
XYZ 30.36 17.52 15.42 -
YUV 108.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 209 57 106 0 0.73 0.49 0.18 340.66 0.62 0.52
Hex D1 39 6A 0 49 31 12 155 3E 34
Octal 321 71 152 0 111 61 22 525 76 64
Binary 11010001 111001 1101010 0 1001001 110001 10010 101010101 111110 110100

Color Harmonies of #D1396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1396A

Black with #D1396A

Text Example


Text Example

White with #D1396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1396A; }

 p { color: rgb(209,57,106); }

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

background-color css

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

 a { background-color: rgb(209,57,106); }

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

border-color css

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

 span { border-color: rgb(209,57,106); }

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