Html Css Color HEX #D5707C Froly

📋 copy color: '#D5707C'

red 213 ◦ green 112 ◦ blue 124

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

Shades of Froly #D5707C

Tints of Froly #D5707C

RGB

 RED value IS 213 (83.59% from 255) = 47.44%

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

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

R = 47.44%
G = 24.94%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5707C (or 0xD5707C) is known color: Froly. HEX triplet: D5, 70 and 7C. RGB value is (213,112,124). Sum of RGB (Red+Green+Blue) = 213+112+124=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5707C is #2A8F83. Grayscale: #8F8F8F. Windows color (decimal): -2789252 or 8155349. OLE color: 8155349.

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

Color convert

RGB 213 112 124 -
CMYK 0 0.47 0.42 0.16
HSL 352.87º 0.55% 0.64% -
HSV(B) 352.87º 0.47% 0.84% -
XYZ 36.87 27.19 22.37 -
YUV 143.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 213 112 124 0 0.47 0.42 0.16 352.87 0.55 0.64
Hex D5 70 7C 0 2F 2A 10 161 37 40
Octal 325 160 174 0 57 52 20 541 67 100
Binary 11010101 1110000 1111100 0 101111 101010 10000 101100001 110111 1000000

Color Harmonies of #D5707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5707C

Black with #D5707C

Text Example


Text Example

White with #D5707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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