Html Css Color HEX #D6666E Froly

📋 copy color: '#D6666E'

red 214 ◦ green 102 ◦ blue 110

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

Shades of Froly #D6666E

Tints of Froly #D6666E

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

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

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

R = 50.23%
G = 23.94%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6666E (or 0xD6666E) is known color: Froly. HEX triplet: D6, 66 and 6E. RGB value is (214,102,110). Sum of RGB (Red+Green+Blue) = 214+102+110=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6666E is #299991. Grayscale: #888888. Windows color (decimal): -2726290 or 7235286. OLE color: 7235286.

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

Color convert

RGB 214 102 110 -
CMYK 0 0.52 0.49 0.16
HSL 355.71º 0.58% 0.62% -
HSV(B) 355.71º 0.52% 0.84% -
XYZ 35.3 24.92 17.7 -
YUV 136.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 214 102 110 0 0.52 0.49 0.16 355.71 0.58 0.62
Hex D6 66 6E 0 34 31 10 164 3A 3E
Octal 326 146 156 0 64 61 20 544 72 76
Binary 11010110 1100110 1101110 0 110100 110001 10000 101100100 111010 111110

Color Harmonies of #D6666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6666E

Black with #D6666E

Text Example


Text Example

White with #D6666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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