Html Css Color HEX #D6666D Froly

📋 copy color: '#D6666D'

red 214 ◦ green 102 ◦ blue 109

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

Shades of Froly #D6666D

Tints of Froly #D6666D

RGB

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

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

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

R = 50.35%
G = 24%
B = 25.65%

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

#D6666D (or 0xD6666D) is known color: Froly. HEX triplet: D6, 66 and 6D. RGB value is (214,102,109). Sum of RGB (Red+Green+Blue) = 214+102+109=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6666D is #299992. Grayscale: #888888. Windows color (decimal): -2726291 or 7169750. OLE color: 7169750.

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

Color convert

RGB 214 102 109 -
CMYK 0 0.52 0.49 0.16
HSL 356.25º 0.58% 0.62% -
HSV(B) 356.25º 0.52% 0.84% -
XYZ 35.24 24.9 17.42 -
YUV 136.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 214 102 109 0 0.52 0.49 0.16 356.25 0.58 0.62
Hex D6 66 6D 0 34 31 10 164 3A 3E
Octal 326 146 155 0 64 61 20 544 72 76
Binary 11010110 1100110 1101101 0 110100 110001 10000 101100100 111010 111110

Color Harmonies of #D6666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6666D

Black with #D6666D

Text Example


Text Example

White with #D6666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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