Html Css Color HEX #D66F72 Froly

📋 copy color: '#D66F72'

red 214 ◦ green 111 ◦ blue 114

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

Shades of Froly #D66F72

Tints of Froly #D66F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 48.75%
G = 25.28%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66F72 (or 0xD66F72) is known color: Froly. HEX triplet: D6, 6F and 72. RGB value is (214,111,114). Sum of RGB (Red+Green+Blue) = 214+111+114=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F72 is #29908D. Grayscale: #8E8E8E. Windows color (decimal): -2723982 or 7499734. OLE color: 7499734.

HSL color Cylindrical-coordinate representation of color #D66F72: hue angle of 358.25º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66F72 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 114 -
CMYK 0 0.48 0.47 0.16
HSL 358.25º 0.56% 0.64% -
HSV(B) 358.25º 0.48% 0.84% -
XYZ 36.45 26.88 19.19 -
YUV 142.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 214 111 114 0 0.48 0.47 0.16 358.25 0.56 0.64
Hex D6 6F 72 0 30 2F 10 166 38 40
Octal 326 157 162 0 60 57 20 546 70 100
Binary 11010110 1101111 1110010 0 110000 101111 10000 101100110 111000 1000000

Color Harmonies of #D66F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F72

Black with #D66F72

Text Example


Text Example

White with #D66F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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