Html Css Color HEX #D3666B Froly

📋 copy color: '#D3666B'

red 211 ◦ green 102 ◦ blue 107

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

Shades of Froly #D3666B

Tints of Froly #D3666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.48%

R = 50.24%
G = 24.29%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3666B (or 0xD3666B) is known color: Froly. HEX triplet: D3, 66 and 6B. RGB value is (211,102,107). Sum of RGB (Red+Green+Blue) = 211+102+107=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3666B is #2C9994. Grayscale: #878787. Windows color (decimal): -2922901 or 7038675. OLE color: 7038675.

HSL color Cylindrical-coordinate representation of color #D3666B: hue angle of 357.25º 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 #D3666B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 102 107 -
CMYK 0 0.52 0.49 0.17
HSL 357.25º 0.55% 0.61% -
HSV(B) 357.25º 0.52% 0.83% -
XYZ 34.27 24.41 16.82 -
YUV 135.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 211 102 107 0 0.52 0.49 0.17 357.25 0.55 0.61
Hex D3 66 6B 0 34 31 11 165 37 3D
Octal 323 146 153 0 64 61 21 545 67 75
Binary 11010011 1100110 1101011 0 110100 110001 10001 101100101 110111 111101

Color Harmonies of #D3666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3666B

Black with #D3666B

Text Example


Text Example

White with #D3666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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