Html Css Color HEX #D66771 Froly

📋 copy color: '#D66771'

red 214 ◦ green 103 ◦ blue 113

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

Shades of Froly #D66771

Tints of Froly #D66771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.95%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 49.77%
G = 23.95%
B = 26.28%

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

#D66771 (or 0xD66771) is known color: Froly. HEX triplet: D6, 67 and 71. RGB value is (214,103,113). Sum of RGB (Red+Green+Blue) = 214+103+113=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D66771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66771 is #29988E. Grayscale: #898989. Windows color (decimal): -2726031 or 7432150. OLE color: 7432150.

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

Color convert

RGB 214 103 113 -
CMYK 0 0.52 0.47 0.16
HSL 354.59º 0.58% 0.62% -
HSV(B) 354.59º 0.52% 0.84% -
XYZ 35.56 25.19 18.61 -
YUV 137.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 214 103 113 0 0.52 0.47 0.16 354.59 0.58 0.62
Hex D6 67 71 0 34 2F 10 163 3A 3E
Octal 326 147 161 0 64 57 20 543 72 76
Binary 11010110 1100111 1110001 0 110100 101111 10000 101100011 111010 111110

Color Harmonies of #D66771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66771

Black with #D66771

Text Example


Text Example

White with #D66771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66771; }

 p { color: rgb(214,103,113); }

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

background-color css

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

 a { background-color: rgb(214,103,113); }

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

border-color css

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

 span { border-color: rgb(214,103,113); }

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