Html Css Color HEX #D16868 Roman

📋 copy color: '#D16868'

red 209 ◦ green 104 ◦ blue 104

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

Shades of Roman #D16868

Tints of Roman #D16868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 50.12%
G = 24.94%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D16868 (or 0xD16868) is known color: Roman. HEX triplet: D1, 68 and 68. RGB value is (209,104,104). Sum of RGB (Red+Green+Blue) = 209+104+104=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D16868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16868 is #2E9797. Grayscale: #878787. Windows color (decimal): -3053464 or 6842577. OLE color: 6842577.

HSL color Cylindrical-coordinate representation of color #D16868: hue angle of 0º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16868 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 104 -
CMYK 0 0.50 0.50 0.18
HSL 0.53% 0.61% -
HSV(B) 0.5% 0.82% -
XYZ 33.74 24.46 16.04 -
YUV 135.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 209 104 104 0 0.50 0.50 0.18 0 0.53 0.61
Hex D1 68 68 0 32 32 12 0 35 3D
Octal 321 150 150 0 62 62 22 0 65 75
Binary 11010001 1101000 1101000 0 110010 110010 10010 0 110101 111101

Color Harmonies of #D16868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16868

Black with #D16868

Text Example


Text Example

White with #D16868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16868; }

 p { color: rgb(209,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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