Html Css Color HEX #D4687A Froly

📋 copy color: '#D4687A'

red 212 ◦ green 104 ◦ blue 122

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

Shades of Froly #D4687A

Tints of Froly #D4687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 48.4%
G = 23.74%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4687A (or 0xD4687A) is known color: Froly. HEX triplet: D4, 68 and 7A. RGB value is (212,104,122). Sum of RGB (Red+Green+Blue) = 212+104+122=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4687A is #2B9785. Grayscale: #8A8A8A. Windows color (decimal): -2856838 or 8022228. OLE color: 8022228.

HSL color Cylindrical-coordinate representation of color #D4687A: hue angle of 350º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4687A is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 122 -
CMYK 0 0.51 0.42 0.17
HSL 350º 0.56% 0.62% -
HSV(B) 350º 0.51% 0.83% -
XYZ 35.61 25.3 21.42 -
YUV 138.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 212 104 122 0 0.51 0.42 0.17 350 0.56 0.62
Hex D4 68 7A 0 33 2A 11 15E 38 3E
Octal 324 150 172 0 63 52 21 536 70 76
Binary 11010100 1101000 1111010 0 110011 101010 10001 101011110 111000 111110

Color Harmonies of #D4687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4687A

Black with #D4687A

Text Example


Text Example

White with #D4687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4687A; }

 p { color: rgb(212,104,122); }

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

background-color css

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

 a { background-color: rgb(212,104,122); }

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

border-color css

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

 span { border-color: rgb(212,104,122); }

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