Html Css Color HEX #D66672 Froly

📋 copy color: '#D66672'

red 214 ◦ green 102 ◦ blue 114

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

Shades of Froly #D66672

Tints of Froly #D66672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 49.77%
G = 23.72%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66672 (or 0xD66672) is known color: Froly. HEX triplet: D6, 66 and 72. RGB value is (214,102,114). Sum of RGB (Red+Green+Blue) = 214+102+114=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D66672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66672 is #29998D. Grayscale: #888888. Windows color (decimal): -2726286 or 7497430. OLE color: 7497430.

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

Color convert

RGB 214 102 114 -
CMYK 0 0.52 0.47 0.16
HSL 353.57º 0.58% 0.62% -
HSV(B) 353.57º 0.52% 0.84% -
XYZ 35.52 25.01 18.88 -
YUV 136.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 214 102 114 0 0.52 0.47 0.16 353.57 0.58 0.62
Hex D6 66 72 0 34 2F 10 162 3A 3E
Octal 326 146 162 0 64 57 20 542 72 76
Binary 11010110 1100110 1110010 0 110100 101111 10000 101100010 111010 111110

Color Harmonies of #D66672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66672

Black with #D66672

Text Example


Text Example

White with #D66672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66672; }

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

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

background-color css

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

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

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

border-color css

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

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

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