Html Css Color HEX #D1316B Cerise

📋 copy color: '#D1316B'

red 209 ◦ green 49 ◦ blue 107

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

Shades of Cerise #D1316B

Tints of Cerise #D1316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

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

R = 57.26%
G = 13.42%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1316B (or 0xD1316B) is known color: Cerise. HEX triplet: D1, 31 and 6B. RGB value is (209,49,107). Sum of RGB (Red+Green+Blue) = 209+49+107=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1316B is #2ECE94. Grayscale: #676767. Windows color (decimal): -3067541 or 7025105. OLE color: 7025105.

HSL color Cylindrical-coordinate representation of color #D1316B: hue angle of 338.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1316B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 107 -
CMYK 0 0.77 0.49 0.18
HSL 338.25º 0.63% 0.51% -
HSV(B) 338.25º 0.77% 0.82% -
XYZ 30.05 16.81 15.57 -
YUV 103.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 209 49 107 0 0.77 0.49 0.18 338.25 0.63 0.51
Hex D1 31 6B 0 4D 31 12 152 3F 33
Octal 321 61 153 0 115 61 22 522 77 63
Binary 11010001 110001 1101011 0 1001101 110001 10010 101010010 111111 110011

Color Harmonies of #D1316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1316B

Black with #D1316B

Text Example


Text Example

White with #D1316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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