Html Css Color HEX #D5696B Froly

📋 copy color: '#D5696B'

red 213 ◦ green 105 ◦ blue 107

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

Shades of Froly #D5696B

Tints of Froly #D5696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 50.12%
G = 24.71%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5696B (or 0xD5696B) is known color: Froly. HEX triplet: D5, 69 and 6B. RGB value is (213,105,107). Sum of RGB (Red+Green+Blue) = 213+105+107=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5696B is #2A9694. Grayscale: #898989. Windows color (decimal): -2791061 or 7039445. OLE color: 7039445.

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

Color convert

RGB 213 105 107 -
CMYK 0 0.51 0.50 0.16
HSL 358.89º 0.56% 0.62% -
HSV(B) 358.89º 0.51% 0.84% -
XYZ 35.15 25.31 16.94 -
YUV 137.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 213 105 107 0 0.51 0.50 0.16 358.89 0.56 0.62
Hex D5 69 6B 0 33 32 10 167 38 3E
Octal 325 151 153 0 63 62 20 547 70 76
Binary 11010101 1101001 1101011 0 110011 110010 10000 101100111 111000 111110

Color Harmonies of #D5696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5696B

Black with #D5696B

Text Example


Text Example

White with #D5696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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