Html Css Color HEX #D5707A Froly

📋 copy color: '#D5707A'

red 213 ◦ green 112 ◦ blue 122

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

Shades of Froly #D5707A

Tints of Froly #D5707A

RGB

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

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

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

R = 47.65%
G = 25.06%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5707A (or 0xD5707A) is known color: Froly. HEX triplet: D5, 70 and 7A. RGB value is (213,112,122). Sum of RGB (Red+Green+Blue) = 213+112+122=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5707A is #2A8F85. Grayscale: #8F8F8F. Windows color (decimal): -2789254 or 8024277. OLE color: 8024277.

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

Color convert

RGB 213 112 122 -
CMYK 0 0.47 0.43 0.16
HSL 354.06º 0.55% 0.64% -
HSV(B) 354.06º 0.47% 0.84% -
XYZ 36.75 27.14 21.71 -
YUV 143.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 213 112 122 0 0.47 0.43 0.16 354.06 0.55 0.64
Hex D5 70 7A 0 2F 2B 10 162 37 40
Octal 325 160 172 0 57 53 20 542 67 100
Binary 11010101 1110000 1111010 0 101111 101011 10000 101100010 110111 1000000

Color Harmonies of #D5707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5707A

Black with #D5707A

Text Example


Text Example

White with #D5707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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