Html Css Color HEX #D4707C Froly

📋 copy color: '#D4707C'

red 212 ◦ green 112 ◦ blue 124

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

Shades of Froly #D4707C

Tints of Froly #D4707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 47.32%
G = 25%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4707C (or 0xD4707C) is known color: Froly. HEX triplet: D4, 70 and 7C. RGB value is (212,112,124). Sum of RGB (Red+Green+Blue) = 212+112+124=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4707C is #2B8F83. Grayscale: #8F8F8F. Windows color (decimal): -2854788 or 8155348. OLE color: 8155348.

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

Color convert

RGB 212 112 124 -
CMYK 0 0.47 0.42 0.17
HSL 352.8º 0.54% 0.64% -
HSV(B) 352.8º 0.47% 0.83% -
XYZ 36.58 27.04 22.36 -
YUV 143.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 212 112 124 0 0.47 0.42 0.17 352.8 0.54 0.64
Hex D4 70 7C 0 2F 2A 11 161 36 40
Octal 324 160 174 0 57 52 21 541 66 100
Binary 11010100 1110000 1111100 0 101111 101010 10001 101100001 110110 1000000

Color Harmonies of #D4707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4707C

Black with #D4707C

Text Example


Text Example

White with #D4707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4707C; }

 p { color: rgb(212,112,124); }

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

background-color css

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

 a { background-color: rgb(212,112,124); }

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

border-color css

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

 span { border-color: rgb(212,112,124); }

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