Html Css Color HEX #D5697A Froly

📋 copy color: '#D5697A'

red 213 ◦ green 105 ◦ blue 122

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

Shades of Froly #D5697A

Tints of Froly #D5697A

RGB

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

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

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

R = 48.41%
G = 23.86%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5697A (or 0xD5697A) is known color: Froly. HEX triplet: D5, 69 and 7A. RGB value is (213,105,122). Sum of RGB (Red+Green+Blue) = 213+105+122=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5697A is #2A9685. Grayscale: #8B8B8B. Windows color (decimal): -2791046 or 8022485. OLE color: 8022485.

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

Color convert

RGB 213 105 122 -
CMYK 0 0.51 0.43 0.16
HSL 350.56º 0.56% 0.62% -
HSV(B) 350.56º 0.51% 0.84% -
XYZ 36.01 25.65 21.47 -
YUV 139.23 118.28 180.62 -
System Red Green Blue C M Y K H S L
Decimal 213 105 122 0 0.51 0.43 0.16 350.56 0.56 0.62
Hex D5 69 7A 0 33 2B 10 15F 38 3E
Octal 325 151 172 0 63 53 20 537 70 76
Binary 11010101 1101001 1111010 0 110011 101011 10000 101011111 111000 111110

Color Harmonies of #D5697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5697A

Black with #D5697A

Text Example


Text Example

White with #D5697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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