Html Css Color HEX #D96B7A Froly

📋 copy color: '#D96B7A'

red 217 ◦ green 107 ◦ blue 122

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

Shades of Froly #D96B7A

Tints of Froly #D96B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.99%

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

R = 48.65%
G = 23.99%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D96B7A (or 0xD96B7A) is known color: Froly. HEX triplet: D9, 6B and 7A. RGB value is (217,107,122). Sum of RGB (Red+Green+Blue) = 217+107+122=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B7A is #269485. Grayscale: #8D8D8D. Windows color (decimal): -2528390 or 8023001. OLE color: 8023001.

HSL color Cylindrical-coordinate representation of color #D96B7A: hue angle of 351.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B7A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 107 122 -
CMYK 0 0.51 0.44 0.15
HSL 351.82º 0.59% 0.64% -
HSV(B) 351.82º 0.51% 0.85% -
XYZ 37.39 26.67 21.59 -
YUV 141.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 217 107 122 0 0.51 0.44 0.15 351.82 0.59 0.64
Hex D9 6B 7A 0 33 2C F 160 3B 40
Octal 331 153 172 0 63 54 17 540 73 100
Binary 11011001 1101011 1111010 0 110011 101100 1111 101100000 111011 1000000

Color Harmonies of #D96B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B7A

Black with #D96B7A

Text Example


Text Example

White with #D96B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B7A; }

 p { color: rgb(217,107,122); }

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

background-color css

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

 a { background-color: rgb(217,107,122); }

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

border-color css

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

 span { border-color: rgb(217,107,122); }

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