Html Css Color HEX #D3666E Froly

📋 copy color: '#D3666E'

red 211 ◦ green 102 ◦ blue 110

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

Shades of Froly #D3666E

Tints of Froly #D3666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 49.88%
G = 24.11%
B = 26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3666E (or 0xD3666E) is known color: Froly. HEX triplet: D3, 66 and 6E. RGB value is (211,102,110). Sum of RGB (Red+Green+Blue) = 211+102+110=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3666E is #2C9991. Grayscale: #878787. Windows color (decimal): -2922898 or 7235283. OLE color: 7235283.

HSL color Cylindrical-coordinate representation of color #D3666E: hue angle of 355.6º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3666E is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 102 110 -
CMYK 0 0.52 0.48 0.17
HSL 355.6º 0.55% 0.61% -
HSV(B) 355.6º 0.52% 0.83% -
XYZ 34.43 24.48 17.66 -
YUV 135.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 211 102 110 0 0.52 0.48 0.17 355.6 0.55 0.61
Hex D3 66 6E 0 34 30 11 164 37 3D
Octal 323 146 156 0 64 60 21 544 67 75
Binary 11010011 1100110 1101110 0 110100 110000 10001 101100100 110111 111101

Color Harmonies of #D3666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3666E

Black with #D3666E

Text Example


Text Example

White with #D3666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3666E; }

 p { color: rgb(211,102,110); }

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

background-color css

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

 a { background-color: rgb(211,102,110); }

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

border-color css

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

 span { border-color: rgb(211,102,110); }

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