Html Css Color HEX #D9697D Froly

📋 copy color: '#D9697D'

red 217 ◦ green 105 ◦ blue 125

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

Shades of Froly #D9697D

Tints of Froly #D9697D

RGB

 RED value IS 217 (85.16% from 255) = 48.55%

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

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 48.55%
G = 23.49%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9697D (or 0xD9697D) is known color: Froly. HEX triplet: D9, 69 and 7D. RGB value is (217,105,125). Sum of RGB (Red+Green+Blue) = 217+105+125=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9697D is #269682. Grayscale: #8C8C8C. Windows color (decimal): -2528899 or 8219097. OLE color: 8219097.

HSL color Cylindrical-coordinate representation of color #D9697D: hue angle of 349.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9697D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 105 125 -
CMYK 0 0.52 0.42 0.15
HSL 349.29º 0.6% 0.63% -
HSV(B) 349.29º 0.52% 0.85% -
XYZ 37.37 26.34 22.52 -
YUV 140.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 217 105 125 0 0.52 0.42 0.15 349.29 0.6 0.63
Hex D9 69 7D 0 34 2A F 15D 3C 3F
Octal 331 151 175 0 64 52 17 535 74 77
Binary 11011001 1101001 1111101 0 110100 101010 1111 101011101 111100 111111

Color Harmonies of #D9697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9697D

Black with #D9697D

Text Example


Text Example

White with #D9697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9697D; }

 p { color: rgb(217,105,125); }

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

background-color css

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

 a { background-color: rgb(217,105,125); }

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

border-color css

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

 span { border-color: rgb(217,105,125); }

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