Html Css Color HEX #D16258 Roman

📋 copy color: '#D16258'

red 209 ◦ green 98 ◦ blue 88

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

Shades of Roman #D16258

Tints of Roman #D16258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.81%

 BLUE value IS 88 (34.77% from 255) = 22.28%

R = 52.91%
G = 24.81%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D16258 (or 0xD16258) is known color: Roman. HEX triplet: D1, 62 and 58. RGB value is (209,98,88). Sum of RGB (Red+Green+Blue) = 209+98+88=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D16258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16258 is #2E9DA7. Grayscale: #828282. Windows color (decimal): -3055016 or 5792465. OLE color: 5792465.

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

Color convert

RGB 209 98 88 -
CMYK 0 0.53 0.58 0.18
HSL 4.96º 0.57% 0.58% -
HSV(B) 4.96º 0.58% 0.82% -
XYZ 32.42 23 11.96 -
YUV 130.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 209 98 88 0 0.53 0.58 0.18 4.96 0.57 0.58
Hex D1 62 58 0 35 3A 12 5 39 3A
Octal 321 142 130 0 65 72 22 5 71 72
Binary 11010001 1100010 1011000 0 110101 111010 10010 101 111001 111010

Color Harmonies of #D16258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16258

Black with #D16258

Text Example


Text Example

White with #D16258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16258; }

 p { color: rgb(209,98,88); }

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

background-color css

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

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

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

border-color css

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

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

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