Html Css Color HEX #D66976 Froly

📋 copy color: '#D66976'

red 214 ◦ green 105 ◦ blue 118

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

Shades of Froly #D66976

Tints of Froly #D66976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.03%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 48.97%
G = 24.03%
B = 27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66976 (or 0xD66976) is known color: Froly. HEX triplet: D6, 69 and 76. RGB value is (214,105,118). Sum of RGB (Red+Green+Blue) = 214+105+118=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D66976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66976 is #299689. Grayscale: #8B8B8B. Windows color (decimal): -2725514 or 7760342. OLE color: 7760342.

HSL color Cylindrical-coordinate representation of color #D66976: hue angle of 352.84º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66976 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 118 -
CMYK 0 0.51 0.45 0.16
HSL 352.84º 0.57% 0.63% -
HSV(B) 352.84º 0.51% 0.84% -
XYZ 36.05 25.71 20.2 -
YUV 139.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 214 105 118 0 0.51 0.45 0.16 352.84 0.57 0.63
Hex D6 69 76 0 33 2D 10 161 39 3F
Octal 326 151 166 0 63 55 20 541 71 77
Binary 11010110 1101001 1110110 0 110011 101101 10000 101100001 111001 111111

Color Harmonies of #D66976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66976

Black with #D66976

Text Example


Text Example

White with #D66976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66976; }

 p { color: rgb(214,105,118); }

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

background-color css

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

 a { background-color: rgb(214,105,118); }

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

border-color css

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

 span { border-color: rgb(214,105,118); }

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