Html Css Color HEX #D76D6D Roman

📋 copy color: '#D76D6D'

red 215 ◦ green 109 ◦ blue 109

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

Shades of Roman #D76D6D

Tints of Roman #D76D6D

RGB

 RED value IS 215 (84.38% from 255) = 49.65%

 GREEN value IS 109 (42.97% from 255) = 25.17%

 BLUE value IS 109 (42.97% from 255) = 25.17%

R = 49.65%
G = 25.17%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D76D6D (or 0xD76D6D) is known color: Roman. HEX triplet: D7, 6D and 6D. RGB value is (215,109,109). Sum of RGB (Red+Green+Blue) = 215+109+109=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D6D is #289292. Grayscale: #8C8C8C. Windows color (decimal): -2658963 or 7171543. OLE color: 7171543.

HSL color Cylindrical-coordinate representation of color #D76D6D: hue angle of 0º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76D6D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 109 -
CMYK 0 0.49 0.49 0.16
HSL 0.57% 0.64% -
HSV(B) 0.49% 0.84% -
XYZ 36.25 26.49 17.67 -
YUV 140.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 215 109 109 0 0.49 0.49 0.16 0 0.57 0.64
Hex D7 6D 6D 0 31 31 10 0 39 40
Octal 327 155 155 0 61 61 20 0 71 100
Binary 11010111 1101101 1101101 0 110001 110001 10000 0 111001 1000000

Color Harmonies of #D76D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D6D

Black with #D76D6D

Text Example


Text Example

White with #D76D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D6D; }

 p { color: rgb(215,109,109); }

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

background-color css

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

 a { background-color: rgb(215,109,109); }

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

border-color css

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

 span { border-color: rgb(215,109,109); }

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