Html Css Color HEX #D4696F Froly

📋 copy color: '#D4696F'

red 212 ◦ green 105 ◦ blue 111

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

Shades of Froly #D4696F

Tints of Froly #D4696F

RGB

 RED value IS 212 (83.2% from 255) = 49.53%

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

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 49.53%
G = 24.53%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4696F (or 0xD4696F) is known color: Froly. HEX triplet: D4, 69 and 6F. RGB value is (212,105,111). Sum of RGB (Red+Green+Blue) = 212+105+111=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4696F is #2B9690. Grayscale: #898989. Windows color (decimal): -2856593 or 7301588. OLE color: 7301588.

HSL color Cylindrical-coordinate representation of color #D4696F: hue angle of 356.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4696F is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 111 -
CMYK 0 0.50 0.48 0.17
HSL 356.64º 0.55% 0.62% -
HSV(B) 356.64º 0.5% 0.83% -
XYZ 35.07 25.25 18.06 -
YUV 137.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 212 105 111 0 0.50 0.48 0.17 356.64 0.55 0.62
Hex D4 69 6F 0 32 30 11 165 37 3E
Octal 324 151 157 0 62 60 21 545 67 76
Binary 11010100 1101001 1101111 0 110010 110000 10001 101100101 110111 111110

Color Harmonies of #D4696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4696F

Black with #D4696F

Text Example


Text Example

White with #D4696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4696F; }

 p { color: rgb(212,105,111); }

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

background-color css

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

 a { background-color: rgb(212,105,111); }

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

border-color css

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

 span { border-color: rgb(212,105,111); }

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