Html Css Color HEX #D5697C Froly

📋 copy color: '#D5697C'

red 213 ◦ green 105 ◦ blue 124

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

Shades of Froly #D5697C

Tints of Froly #D5697C

RGB

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

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

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

R = 48.19%
G = 23.76%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5697C (or 0xD5697C) is known color: Froly. HEX triplet: D5, 69 and 7C. RGB value is (213,105,124). Sum of RGB (Red+Green+Blue) = 213+105+124=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5697C is #2A9683. Grayscale: #8B8B8B. Windows color (decimal): -2791044 or 8153557. OLE color: 8153557.

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

Color convert

RGB 213 105 124 -
CMYK 0 0.51 0.42 0.16
HSL 349.44º 0.56% 0.62% -
HSV(B) 349.44º 0.51% 0.84% -
XYZ 36.13 25.7 22.13 -
YUV 139.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 213 105 124 0 0.51 0.42 0.16 349.44 0.56 0.62
Hex D5 69 7C 0 33 2A 10 15D 38 3E
Octal 325 151 174 0 63 52 20 535 70 76
Binary 11010101 1101001 1111100 0 110011 101010 10000 101011101 111000 111110

Color Harmonies of #D5697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5697C

Black with #D5697C

Text Example


Text Example

White with #D5697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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