Html Css Color HEX #D3767C Froly

📋 copy color: '#D3767C'

red 211 ◦ green 118 ◦ blue 124

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

Shades of Froly #D3767C

Tints of Froly #D3767C

RGB

 RED value IS 211 (82.81% from 255) = 46.58%

 GREEN value IS 118 (46.48% from 255) = 26.05%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 46.58%
G = 26.05%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3767C (or 0xD3767C) is known color: Froly. HEX triplet: D3, 76 and 7C. RGB value is (211,118,124). Sum of RGB (Red+Green+Blue) = 211+118+124=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3767C is #2C8983. Grayscale: #929292. Windows color (decimal): -2918788 or 8156883. OLE color: 8156883.

HSL color Cylindrical-coordinate representation of color #D3767C: hue angle of 356.13º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3767C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 118 124 -
CMYK 0 0.44 0.41 0.17
HSL 356.13º 0.51% 0.65% -
HSV(B) 356.13º 0.44% 0.83% -
XYZ 36.98 28.26 22.57 -
YUV 146.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 211 118 124 0 0.44 0.41 0.17 356.13 0.51 0.65
Hex D3 76 7C 0 2C 29 11 164 33 41
Octal 323 166 174 0 54 51 21 544 63 101
Binary 11010011 1110110 1111100 0 101100 101001 10001 101100100 110011 1000001

Color Harmonies of #D3767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3767C

Black with #D3767C

Text Example


Text Example

White with #D3767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3767C; }

 p { color: rgb(211,118,124); }

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

background-color css

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

 a { background-color: rgb(211,118,124); }

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

border-color css

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

 span { border-color: rgb(211,118,124); }

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