Html Css Color HEX #D9646B Froly

📋 copy color: '#D9646B'

red 217 ◦ green 100 ◦ blue 107

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

Shades of Froly #D9646B

Tints of Froly #D9646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

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

R = 51.18%
G = 23.58%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9646B (or 0xD9646B) is known color: Froly. HEX triplet: D9, 64 and 6B. RGB value is (217,100,107). Sum of RGB (Red+Green+Blue) = 217+100+107=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9646B is #269B94. Grayscale: #878787. Windows color (decimal): -2530197 or 7038169. OLE color: 7038169.

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

Color convert

RGB 217 100 107 -
CMYK 0 0.54 0.51 0.15
HSL 356.41º 0.61% 0.62% -
HSV(B) 356.41º 0.54% 0.85% -
XYZ 35.83 24.93 16.83 -
YUV 135.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 217 100 107 0 0.54 0.51 0.15 356.41 0.61 0.62
Hex D9 64 6B 0 36 33 F 164 3D 3E
Octal 331 144 153 0 66 63 17 544 75 76
Binary 11011001 1100100 1101011 0 110110 110011 1111 101100100 111101 111110

Color Harmonies of #D9646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9646B

Black with #D9646B

Text Example


Text Example

White with #D9646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9646B; }

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

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

background-color css

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

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

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

border-color css

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

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

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